Update parse.rs

This commit is contained in:
Shunsuke Shibayama 2022-08-20 09:25:53 +09:00
parent 919bed1d9b
commit d7be8128ad

View file

@ -27,8 +27,6 @@ use TokenCategory as TC;
use TokenKind::*;
/// Display the name of the called function for debugging the parser
/// I thought about displaying the nesting level, but due to `?` operator there is not a single exit point for the function
/// So it is not possible to lower the level
macro_rules! debug_call_info {
($self: ident) => {
$self.level += 1;