]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/imports-reorder-lines-and-items.rs
Tidy up and pass tests
[rust.git] / tests / target / imports-reorder-lines-and-items.rs
index fb2e0347aac5c8f7cc70dc1983e7e70ba72afbf8..f395710b186d3dfb3031c0eb8eb00fc55cf88f50 100644 (file)
@@ -6,4 +6,5 @@
 use std::ddd::aaa;
 // This comment should stay with `use std::ddd:bbb;`
 use std::ddd::bbb;
+/// This comment should stay with `use std::str;`
 use std::str;