Skip to content

Commit ce5702f

Browse files
committed
Remove extern crates
That are no longer needed in 2018 edition Rust.
1 parent 9bf880a commit ce5702f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
/// The `main` function at the end handles command-line arguments. It calls one
1414
/// of the two functions above to do the work.
1515
16-
extern crate argparse;
17-
extern crate byteorder;
18-
1916
mod index;
2017
mod read;
2118
mod write;

0 commit comments

Comments
 (0)