blob: 08f4e07b704e6edf0e3ab3dbd5a962a7c7e161b2 [file] [log] [blame]
// rustfmt-group_imports: StdExternalCrate
mod test {
use crate::foo::bar;
use std::path;
use crate::foo::bar2;
}