mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Remove dead code
This commit is contained in:
parent
4560fe2abf
commit
e0f02d233f
5 changed files with 191 additions and 206 deletions
|
@ -343,7 +343,7 @@ impl ast::TypeBound {
|
|||
.skip_while(|it| it.kind() != T![const])
|
||||
.find(|it| it.kind() == T![?])
|
||||
} else {
|
||||
support::token2(&self.syntax, T![?])
|
||||
support::token(&self.syntax, T![?])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue