mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
fmt +stable
This commit is contained in:
parent
95ae67b0b0
commit
929cae74b1
1 changed files with 3 additions and 1 deletions
|
@ -152,7 +152,9 @@ pub(crate) fn complete_qualified_path(acc: &mut Completions, ctx: &CompletionCon
|
|||
}
|
||||
}
|
||||
hir::PathResolution::Def(
|
||||
def @ (hir::ModuleDef::Adt(_)
|
||||
def
|
||||
@
|
||||
(hir::ModuleDef::Adt(_)
|
||||
| hir::ModuleDef::TypeAlias(_)
|
||||
| hir::ModuleDef::BuiltinType(_)),
|
||||
) => {
|
||||
|
|
Loading…
Reference in a new issue