Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3515.rs
blob: b59d03c6c82a7709ca0d294da904b88ec0ba73d5 [
file
] [
log
] [
blame
]
// rustfmt-reorder_imports: false
use
std
::
fmt
::{
self
,
Display
};
use
std
::
collections
::
HashMap
;
fn
main
()
{}