Skip to content

Commit 4027f15

Browse files
committed
run ./x.py fmt
1 parent e3170bb commit 4027f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ extern crate log;
7575
extern crate rustc_middle;
7676

7777
// These are used by Clippy.
78-
pub mod expr_use_visitor;
7978
pub mod check;
79+
pub mod expr_use_visitor;
8080

8181
mod astconv;
8282
mod check_unused;

0 commit comments

Comments
 (0)