Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2b8f892

Browse files
committed
Remove unneeded extern crate
1 parent 2aceaf4 commit 2b8f892

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_driver/src

1 file changed

+0
-3
lines changed

compiler/rustc_driver/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
22
// `rustc_driver_impl` to be compiled in parallel with other crates.
33

4-
#![allow(unused_extern_crates)]
5-
extern crate rustc_driver_impl;
6-
74
pub use rustc_driver_impl::*;

0 commit comments

Comments
 (0)