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 11:43:35 +02:00
use {aa, ab, ac, b, Z};