mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
0218a41d73
Fixes #652
7 lines
156 B
Rust
7 lines
156 B
Rust
// rustfmt-normalize_comments: true
|
|
// rustfmt-reorder_imported_names: true
|
|
|
|
use path::{self /* self */, /* A */ A, B /* B */, C};
|
|
|
|
use {Z, aa, ab, ac, b};
|