rust/tests/target/issue-3515.rs

7 lines
111 B
Rust
Raw Normal View History

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