Formating

This commit is contained in:
Edwin Cheng 2019-05-02 10:08:11 +08:00
parent 6b2985ebc7
commit a7ef9bac4e

View file

@ -152,7 +152,7 @@ impl<'a> TtCursor<'a> {
pub(crate) fn eat_vis(&mut self) -> Option<tt::TokenTree> {
let parser = Parser::new(&mut self.pos, self.subtree);
parser.parse_vis()
}
}
pub(crate) fn expect_char(&mut self, char: char) -> Result<(), ParseError> {
if self.at_char(char) {