remove a unnecessary ..
pattern
This commit is contained in:
parent
06460fe72c
commit
ff19c05832
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