Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-1120.rs
blob: f44597e7d1eefc84a016b9761e0acb85ff89eac3 [
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
;
}