Skip to content

Commit

Permalink
Update token.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r authored Oct 2, 2023
1 parent 4ac269d commit 5581464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_ast/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pub enum TokenKind {
/* Expression-operator symbols. */
/// `=`
Eq,
/// `>`
/// `<`
Lt,
/// `<=`
Le,
Expand Down

0 comments on commit 5581464

Please sign in to comment.