We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aceaf4 commit 2b8f892Copy full SHA for 2b8f892
compiler/rustc_driver/src/lib.rs
@@ -1,7 +1,4 @@
1
// This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
2
// `rustc_driver_impl` to be compiled in parallel with other crates.
3
4
-#![allow(unused_extern_crates)]
5
-extern crate rustc_driver_impl;
6
-
7
pub use rustc_driver_impl::*;
0 commit comments