Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
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
()
{}