rust/tests/target/imports-reorder.rs

6 lines
116 B
Rust
Raw Normal View History

// rustfmt-normalize_comments: true
use path::{self /* self */, /* A */ A, B /* B */, C};
2017-07-13 04:43:35 -05:00
use {aa, ab, ac, b, Z};