]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/imports-reorder-lines-and-items.rs
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[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;