mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
remove unnecessary branch
This commit is contained in:
parent
ee39905370
commit
5e6d646ccc
1 changed files with 0 additions and 1 deletions
|
@ -848,7 +848,6 @@ fn classify_name_ref(
|
|||
ast::TypeBound(_) => TypeLocation::TypeBound,
|
||||
// is this case needed?
|
||||
ast::TypeBoundList(_) => TypeLocation::TypeBound,
|
||||
ast::TypeArg(it) => generic_arg_location(ast::GenericArg::TypeArg(it)),
|
||||
ast::GenericArg(it) => generic_arg_location(it),
|
||||
// is this case needed?
|
||||
ast::GenericArgList(it) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue