rust/tests/source/issue-3515.rs

7 lines
124 B
Rust
Raw Normal View History

2019-04-23 01:50:44 +02:00
// rustfmt-reorder_imports: false
use std :: fmt :: { self , Display } ;
use std :: collections :: HashMap ;
fn main() {}