]> git.lizzy.rs Git - rust.git/blob - tests/target/imports-reorder-lines-and-items.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / imports-reorder-lines-and-items.rs
1 // rustfmt-reorder_imports: true
2 // rustfmt-reorder_imported_names: true
3
4 use std::cmp::{a, b, c, d};
5 use std::ddd::{a, b, c as g, d as p};
6 use std::ddd::aaa;
7 // This comment should stay with `use std::ddd:bbb;`
8 use std::ddd::bbb;
9 /// This comment should stay with `use std::str;`
10 use std::str;