mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Reformat code
This commit is contained in:
parent
1bfd903af0
commit
84c59a1f9f
2 changed files with 2 additions and 6 deletions
|
@ -171,9 +171,7 @@ 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…
Add table
Add a link
Reference in a new issue