mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
7 lines
124 B
Rust
7 lines
124 B
Rust
// rustfmt-reorder_imports: false
|
|
|
|
use std :: fmt :: { self , Display } ;
|
|
use std :: collections :: HashMap ;
|
|
|
|
fn main() {}
|