mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-18 18:53:04 +00:00
6 lines
110 B
Rust
6 lines
110 B
Rust
// rustfmt-reorder_imports: true
|
|
|
|
use path::{C,/*A*/ A, B /* B */, self /* self */};
|
|
|
|
use {ab, ac, aa, Z, b};
|