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::*;