]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/imports-reorder-lines-and-items.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / tools / rustfmt / tests / target / imports-reorder-lines-and-items.rs
1 use std::cmp::{a, b, c, d};
2 use std::ddd::aaa;
3 use std::ddd::{a, b, c as g, d as p};
4 /// This comment should stay with `use std::str;`
5 use std::str;
6 // This comment should stay with `use std::ddd:bbb;`
7 use std::ddd::bbb;