Update based on PR feedback
This commit is contained in:
committed by
Jakub Wieczorek
parent
8a60952100
commit
13e00e4a3d
@@ -579,7 +579,9 @@ impl<'a> Parser<'a> {
|
||||
if self.is_keyword(kw) {
|
||||
self.bump();
|
||||
true
|
||||
} else { false }
|
||||
} else {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
/// If the given word is not a keyword, signal an error.
|
||||
|
||||
Reference in New Issue
Block a user