Skip to content

Commit 1a54951

Browse files
committed
remove extern crate declarations that are no longer needed
1 parent 510f371 commit 1a54951

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/bin/chalki.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
extern crate chalk;
2-
extern crate chalk_engine;
3-
extern crate chalk_ir;
4-
extern crate chalk_parse;
5-
extern crate chalk_solve;
6-
extern crate docopt;
7-
extern crate rustyline;
8-
91
#[macro_use]
102
extern crate serde_derive;
113

0 commit comments

Comments
 (0)