Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5e6d646

Browse files
committed
remove unnecessary branch
1 parent ee39905 commit 5e6d646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide-completion/src/context/analysis.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@ fn classify_name_ref(
848848
ast::TypeBound(_) => TypeLocation::TypeBound,
849849
// is this case needed?
850850
ast::TypeBoundList(_) => TypeLocation::TypeBound,
851-
ast::TypeArg(it) => generic_arg_location(ast::GenericArg::TypeArg(it)),
852851
ast::GenericArg(it) => generic_arg_location(it),
853852
// is this case needed?
854853
ast::GenericArgList(it) => {

0 commit comments

Comments
 (0)