Remove an unneeded extern crate.

This commit is contained in:
Dan Gohman
2017-08-31 14:15:25 -07:00
parent 0cacba15b9
commit 7be0abb442

View File

@@ -3,7 +3,6 @@ extern crate cretonne;
extern crate cton_reader;
extern crate cretonne_wasm;
extern crate docopt;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate filecheck;