6 lines
116 B
Rust
6 lines
116 B
Rust
// rustfmt-normalize_comments: true
|
|
|
|
use path::{self /* self */, /* A */ A, B /* B */, C};
|
|
|
|
use {aa, ab, ac, b, Z};
|