Skip to content

Commit 9d6abdc

Browse files
committed
Merge from rustc
2 parents 9419750 + 0b294c1 commit 9d6abdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/miri.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use rustc_middle::{
2828
middle::exported_symbols::{
2929
ExportedSymbol, SymbolExportInfo, SymbolExportKind, SymbolExportLevel,
3030
},
31-
query::LocalCrate,
32-
ty::{query::ExternProviders, TyCtxt},
31+
query::{ExternProviders, LocalCrate},
32+
ty::TyCtxt,
3333
};
3434
use rustc_session::config::OptLevel;
3535

0 commit comments

Comments
 (0)