Formating
This commit is contained in:
parent
6b2985ebc7
commit
a7ef9bac4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue