tone down on eq typed

This commit is contained in:
Aleksey Kladov 2018-08-28 11:17:08 +03:00
parent 2fa90e736b
commit 363f466627
3 changed files with 12 additions and 10 deletions

View file

@ -155,7 +155,7 @@ impl<'t> Parser<'t> {
self.error(message);
self.bump();
m.complete(self, ERROR);
}
};
}
}