ZcashFoundation/parity-zcash

Replace usage of `extern crate` with just `use` as needed as of Rust 2018 Edition.

dconnolly opened this issue · 1 comments

It is because of this convention that I approach new crates with the rule of thumb:

Step One: Examine the "Cargo.toml".

This seems like healthy behavior to me.