mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 21:16:50 +00:00
fmt +stable
This commit is contained in:
parent
95ae67b0b0
commit
929cae74b1
@ -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 New Issue
Block a user