Tidy fixes.
This commit is contained in:
parent
7a9ffa7307
commit
a5dc83d970
2 changed files with 6 additions and 6 deletions
|
@ -224,7 +224,7 @@ impl Token {
|
|||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pub fn is_like_plus(&self) -> bool {
|
||||
match *self {
|
||||
BinOp(Plus) | BinOpEq(Plus) => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue