mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
8 lines
95 B
Rust
8 lines
95 B
Rust
// rustfmt-reorder_imports: true
|
|
// Reorder imports
|
|
|
|
use lorem;
|
|
use ipsum;
|
|
use dolor;
|
|
use sit;
|