Skip to content

Commit 929cae7

Browse files
committed
fmt +stable
1 parent 95ae67b commit 929cae7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/ide_completion/src/completions/qualified_path.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ pub(crate) fn complete_qualified_path(acc: &mut Completions, ctx: &CompletionCon
152152
}
153153
}
154154
hir::PathResolution::Def(
155-
def @ (hir::ModuleDef::Adt(_)
155+
def
156+
@
157+
(hir::ModuleDef::Adt(_)
156158
| hir::ModuleDef::TypeAlias(_)
157159
| hir::ModuleDef::BuiltinType(_)),
158160
) => {

0 commit comments

Comments
 (0)