Auto merge of #117862 - SpeedReach:patch-1, r=nnethercote
Fix comment in compiler/rustc_ast/src/token.rs. Gt -> Greater than -> `>` Ge -> Greater equal -> `>=`
This commit is contained in:
commit
c225c45bce
@ -238,9 +238,9 @@ pub enum TokenKind {
|
||||
EqEq,
|
||||
/// `!=`
|
||||
Ne,
|
||||
/// `>`
|
||||
Ge,
|
||||
/// `>=`
|
||||
Ge,
|
||||
/// `>`
|
||||
Gt,
|
||||
/// `&&`
|
||||
AndAnd,
|
||||
|
Loading…
x
Reference in New Issue
Block a user