Sign in
◑
Theme
rust
/
rust
/
7ce91c53c4c7fa80b60b49e030b0298d4e575d23
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3515.rs
blob: 9f760cb94e8f866f261a073c9187c36442533cbf [
file
]
// rustfmt-reorder_imports: false
use
std
::
fmt
::
{
self
,
Display
}
;
use
std
::
collections
::
HashMap
;
fn
main
()
{}