mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
bootstrap: remove unneeded extern crate
The crate itself is internally referenced by serde_derive.
This commit is contained in:
parent
e266888240
commit
45d31ac2f2
@ -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…
Reference in New Issue
Block a user