token: Remove and and or tokens, since they clash with operator overload function names
This commit is contained in:
@@ -64,7 +64,6 @@ pub enum TKind {
|
||||
Comment, // Line or block comment
|
||||
Doc, // Doc comment
|
||||
|
||||
And,
|
||||
As,
|
||||
Break,
|
||||
Const,
|
||||
@@ -83,7 +82,6 @@ pub enum TKind {
|
||||
Match,
|
||||
Module,
|
||||
Mut,
|
||||
Or,
|
||||
Public,
|
||||
Return,
|
||||
Static,
|
||||
|
||||
Reference in New Issue
Block a user