mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Remove unneeded extern crate
This commit is contained in:
parent
2aceaf4849
commit
2b8f8922ee
@ -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::*;
|
||||
|
Loading…
Reference in New Issue
Block a user