mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
0218a41d73
Fixes #652
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};
|