about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
diff options
context:
space:
mode:
authorTatsuyuki Ishi <ishitatsuyuki@gmail.com>2017-08-28 12:52:02 +0900
committerTatsuyuki Ishi <ishitatsuyuki@gmail.com>2017-08-28 12:52:02 +0900
commit45d31ac2f2df65777acd7e02f195efdb03b4d9ef (patch)
tree1b99bebe3487d4f18faecbbdd46d6443b5d803a8 /src/bootstrap/lib.rs
parente2668882406b68739c6ed33d420358d5d710e67b (diff)
downloadrust-45d31ac2f2df65777acd7e02f195efdb03b4d9ef.tar.gz
rust-45d31ac2f2df65777acd7e02f195efdb03b4d9ef.zip
bootstrap: remove unneeded extern crate
The crate itself is internally referenced by serde_derive.
Diffstat (limited to 'src/bootstrap/lib.rs')
-rw-r--r--src/bootstrap/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 55358f2ffcb..84a9e56b644 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -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;