Remove an obsolete comment.

This commit is contained in:
Dan Gohman
2018-06-21 15:45:24 -07:00
parent 2b04099604
commit 603bb4ac02

View File

@@ -466,7 +466,7 @@ impl<'a> Parser<'a> {
}
}
// Match and consume a value reference, direct or vtable.
// Match and consume a value reference.
fn match_value(&mut self, err_msg: &str) -> ParseResult<Value> {
if let Some(Token::Value(v)) = self.token() {
self.consume();