Update based on PR feedback

This commit is contained in:
Kevin Ballard
2014-08-27 21:34:03 -07:00
committed by Jakub Wieczorek
parent 8a60952100
commit 13e00e4a3d
11 changed files with 47 additions and 32 deletions

View File

@@ -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.