Rollup merge of #94563 - TaKO8Ki:remove-unnecessary-patten-for-ignoring-remaining-parts, r=Dylan-DPC
Remove a unnecessary `..` pattern
This commit is contained in:
commit
cfa58dfd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -3207,7 +3207,7 @@ impl<'a> Resolver<'a> {
|
|||
}
|
||||
}
|
||||
}
|
||||
ImportKind::ExternCrate { source, target, .. } => {
|
||||
ImportKind::ExternCrate { source, target } => {
|
||||
suggestion = Some(format!(
|
||||
"extern crate {} as {};",
|
||||
source.unwrap_or(target.name),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue