Delete this line
This commit is contained in:
parent
5491169d55
commit
78b454fb32
@ -35,7 +35,6 @@ impl Fold for RecursiveDescentFn {
|
|||||||
match result {
|
match result {
|
||||||
Err(ParseError { token: None, msg }) => {
|
Err(ParseError { token: None, msg }) => {
|
||||||
let next_token_after_parse = self.token_handler.peek();
|
let next_token_after_parse = self.token_handler.peek();
|
||||||
println!("HERE? {:?}", next_token_after_parse);
|
|
||||||
Err(ParseError { token: Some(next_token_after_parse), msg })
|
Err(ParseError { token: Some(next_token_after_parse), msg })
|
||||||
},
|
},
|
||||||
_ => result
|
_ => result
|
||||||
|
Loading…
Reference in New Issue
Block a user