bootstrap: remove unneeded extern crate
The crate itself is internally referenced by serde_derive.
This commit is contained in:
parent
5c8816cfc9
commit
f6dd218d34
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ extern crate build_helper;
|
|||
extern crate serde_derive;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate cmake;
|
||||
extern crate filetime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue