mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove dead code
This commit is contained in:
parent
4560fe2abf
commit
e0f02d233f
5 changed files with 191 additions and 206 deletions
|
@ -65,7 +65,7 @@ pub trait TypeBoundsOwner: AstNode {
|
|||
}
|
||||
|
||||
fn colon_token(&self) -> Option<SyntaxToken> {
|
||||
support::token2(self.syntax(), T![:])
|
||||
support::token(self.syntax(), T![:])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue