Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-1120.rs
blob: e85c9af99d457e2174ed8dbd99fbb2d624243d70 [
file
]
// rustfmt-reorder_imports: true
// Ensure that a use at the start of an inline module is correctly formatted.
mod
foo
{
use
bar
;}
// Ensure that an indented `use` gets the correct indentation.
mod
foo
{
use
bar
;
}