Skip to content

Commit cf76602

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent 8ae7c74 commit cf76602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/src/bin/miri.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ use rustc_middle::{
2828
middle::exported_symbols::{
2929
ExportedSymbol, SymbolExportInfo, SymbolExportKind, SymbolExportLevel,
3030
},
31-
query::{LocalCrate},
32-
util::Providers,
31+
query::LocalCrate,
3332
ty::TyCtxt,
33+
util::Providers,
3434
};
3535
use rustc_session::config::{CrateType, ErrorOutputType, OptLevel};
3636
use rustc_session::search_paths::PathKind;

0 commit comments

Comments
 (0)