mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-04 23:50:47 +00:00
mbe: treat <-
as one punct
This commit is contained in:
parent
ec7148b091
commit
767351fb87
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ impl<'a> TtIter<'a> {
|
||||||
}
|
}
|
||||||
('-' | '!' | '*' | '/' | '&' | '%' | '^' | '+' | '<' | '=' | '>' | '|', '=', _)
|
('-' | '!' | '*' | '/' | '&' | '%' | '^' | '+' | '<' | '=' | '>' | '|', '=', _)
|
||||||
| ('-' | '=' | '>', '>', _)
|
| ('-' | '=' | '>', '>', _)
|
||||||
|
| ('<', '-', _)
|
||||||
| (':', ':', _)
|
| (':', ':', _)
|
||||||
| ('.', '.', _)
|
| ('.', '.', _)
|
||||||
| ('&', '&', _)
|
| ('&', '&', _)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue