Improve logging ever so slightly
This commit is contained in:
parent
ddf13f9bae
commit
9f1500c1b6
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ impl Iterator for Lexer {
|
|||
Some(c) => c,
|
||||
None => '\0',
|
||||
};
|
||||
println!("{:?}! c='{}'", self.state, c);
|
||||
println!("state={:?} c='{}'", self.state, c);
|
||||
let previous_forward = self.forward;
|
||||
let result = match self.state {
|
||||
State::Char=> self.state_char(c),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue