Skip to content

Commit

Permalink
Rollup merge of rust-lang#44121 - ishitatsuyuki:bootstrap-deps-purge,…
Browse files Browse the repository at this point in the history
… r=Mark-Simulacrum

bootstrap: remove unneeded extern crate

The crate itself is internally referenced by serde_derive.
  • Loading branch information
Ariel Ben-Yehuda committed Aug 29, 2017
2 parents f550c25 + 45d31ac commit f33803d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f33803d

Please sign in to comment.