Remove unnecessary pub
.
This commit is contained in:
parent
093b435b78
commit
e7dabc9f87
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use rustc_driver::{Callbacks, Compilation, RunCompiler};
|
|||
use rustc_interface::{interface, Queries};
|
||||
use rustc_middle::mir::interpret::AllocId;
|
||||
use rustc_middle::ty::TyCtxt;
|
||||
pub use rustc_span::def_id::{CrateNum, DefId};
|
||||
use rustc_span::def_id::{CrateNum, DefId};
|
||||
use rustc_span::Span;
|
||||
use stable_mir::CompilerError;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue