Skip to content

Commit

Permalink
Remove unnecessary pub.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Oct 6, 2023
1 parent 093b435 commit e7dabc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_smir/src/rustc_internal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e7dabc9

Please sign in to comment.