mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 01:52:51 +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};
|