rust/tests/target/issue-3515.rs

7 lines
111 B
Rust
Raw Normal View History

2019-04-22 18:50:44 -05:00
// rustfmt-reorder_imports: false
use std::fmt::{self, Display};
use std::collections::HashMap;
fn main() {}