Skip to content

Commit c964938

Browse files
committed
fmt
1 parent b65cdff commit c964938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ extern crate either;
5656
extern crate tracing;
5757

5858
// The rustc crates we need
59-
extern crate rustc_attr;
6059
extern crate rustc_apfloat;
6160
extern crate rustc_ast;
61+
extern crate rustc_attr;
6262
extern crate rustc_const_eval;
6363
extern crate rustc_data_structures;
6464
extern crate rustc_errors;

0 commit comments

Comments
 (0)