Skip to content

Commit

Permalink
Remove unused extern crates
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Aug 21, 2018
1 parent a20dd81 commit a9642b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ extern crate regex;
extern crate failure;
extern crate atty;
extern crate reqwest;
extern crate rpassword;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
Expand Down

0 comments on commit a9642b6

Please sign in to comment.