about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-12-31 15:47:58 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2019-12-31 15:47:58 +0100
commit7e6d533af2f2210a65fdddcb0cb1fdfad2d9391f (patch)
tree15fa16131d9dafca8a481d07e5a00437847ab5f6 /src
parent50d749770836ddb001944eb3ffa37675881c48e8 (diff)
Rustup to rustc 1.42.0-nightly (a9dd56ff9 2019-12-30)
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9337d07ffc7..b01659eeb36 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,7 +14,6 @@ extern crate rustc_index;
 extern crate rustc_mir;
 extern crate rustc_target;
 extern crate syntax;
-extern crate syntax_expand;
 
 use std::any::Any;