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