rust/tests/target/imports-reorder.rs
2017-07-13 18:43:35 +09:00

6 lines
156 B
Rust

// rustfmt-normalize_comments: true
// rustfmt-reorder_imported_names: true
use path::{self /* self */, /* A */ A, B /* B */, C};
use {aa, ab, ac, b, Z};