Skip to content

Commit c761184

Browse files
committed
Fix tidy tests
1 parent 4209f94 commit c761184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0254.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod foo {
1717
}
1818
}
1919

20-
use foo::collections;
20+
use foo::collections;
2121
//~^ ERROR E0254
2222
//~| NOTE already imported
2323

0 commit comments

Comments
 (0)