mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 20:53:37 +00:00
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};
|