]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/imports-reorder.rs
Tidy up and pass tests
[rust.git] / tests / target / imports-reorder.rs
index 63ebbf1ec7b86c3fb7ed0435ad1c9ab03d0868a3..fbb56e3aa0c1eed15f36c2d40e19bfc651096afb 100644 (file)
@@ -1,5 +1,6 @@
-// rustfmt-reorder_imports: true
+// rustfmt-normalize_comments: true
+// rustfmt-reorder_imported_names: true
 
 use path::{self /* self */, /* A */ A, B /* B */, C};
 
-use {Z, aa, ab, ac, b};
+use {aa, ab, ac, b, Z};