1
Fork 0

Tidy fixes.

This commit is contained in:
Crazycolorz5 2018-05-25 17:36:23 -04:00
parent 7a9ffa7307
commit a5dc83d970
2 changed files with 6 additions and 6 deletions

View file

@ -224,7 +224,7 @@ impl Token {
_ => false,
}
}
pub fn is_like_plus(&self) -> bool {
match *self {
BinOp(Plus) | BinOpEq(Plus) => true,