Remove `extern crate`s

That are no longer needed in 2018 edition Rust.
pull/1/head
Carol (Nichols || Goulding) 4 years ago
parent 9bf880ad96
commit ce5702f2ce
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902

@ -13,9 +13,6 @@
/// The `main` function at the end handles command-line arguments. It calls one
/// of the two functions above to do the work.
extern crate argparse;
extern crate byteorder;
mod index;
mod read;
mod write;

Loading…
Cancel
Save