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,
|
EqEq,
|
||||||
/// `!=`
|
/// `!=`
|
||||||
Ne,
|
Ne,
|
||||||
/// `>`
|
|
||||||
Ge,
|
|
||||||
/// `>=`
|
/// `>=`
|
||||||
|
Ge,
|
||||||
|
/// `>`
|
||||||
Gt,
|
Gt,
|
||||||
/// `&&`
|
/// `&&`
|
||||||
AndAnd,
|
AndAnd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user