about summary refs log tree commit diff
path: root/compiler/rustc_driver
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_driver')
-rw-r--r--compiler/rustc_driver/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs
index 195fc71b649..4eabba575f4 100644
--- a/compiler/rustc_driver/src/lib.rs
+++ b/compiler/rustc_driver/src/lib.rs
@@ -1,7 +1,4 @@
 // This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
 // `rustc_driver_impl` to be compiled in parallel with other crates.
 
-#![allow(unused_extern_crates)]
-extern crate rustc_driver_impl;
-
 pub use rustc_driver_impl::*;