We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee39905 commit 5e6d646Copy full SHA for 5e6d646
crates/ide-completion/src/context/analysis.rs
@@ -848,7 +848,6 @@ fn classify_name_ref(
848
ast::TypeBound(_) => TypeLocation::TypeBound,
849
// is this case needed?
850
ast::TypeBoundList(_) => TypeLocation::TypeBound,
851
- ast::TypeArg(it) => generic_arg_location(ast::GenericArg::TypeArg(it)),
852
ast::GenericArg(it) => generic_arg_location(it),
853
854
ast::GenericArgList(it) => {
0 commit comments