Whoops, submodule change was actually valid - undoing fixup
This commit is contained in:
parent
4ae250bf4e
commit
3f324a8b7d
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ impl LateLintPass<'_> for WildcardImports {
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
let mut imports = used_imports.items().map(ToString::to_string).into_sorted_stable_ord(false);
|
let mut imports = used_imports.items().map(ToString::to_string).into_sorted_stable_ord();
|
||||||
let imports_string = if imports.len() == 1 {
|
let imports_string = if imports.len() == 1 {
|
||||||
imports.pop().unwrap()
|
imports.pop().unwrap()
|
||||||
} else if braced_glob {
|
} else if braced_glob {
|
||||||
|
|
Loading…
Add table
Reference in a new issue