Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
group_imports
/
StdExternalCrate-nested.rs
blob: 08f4e07b704e6edf0e3ab3dbd5a962a7c7e161b2 [
file
] [
log
] [
blame
]
// rustfmt-group_imports: StdExternalCrate
mod
test
{
use
crate
::
foo
::
bar
;
use
std
::
path
;
use
crate
::
foo
::
bar2
;
}