Skip to content

Commit

Permalink
bootstrap: remove unneeded extern crate
Browse files Browse the repository at this point in the history
The crate itself is internally referenced by serde_derive.
  • Loading branch information
ishitatsuyuki committed Aug 28, 2017
1 parent e266888 commit 45d31ac
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 45d31ac

Please sign in to comment.