ingore nerver looping loop, but add a todo
This commit is contained in:
committed by
Bennet Bleßmann
parent
6885074006
commit
7593f88d5a
@@ -989,6 +989,7 @@ impl MachineState {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::never_loop)] // TODO why is there a loop here that never loops?
|
||||
loop {
|
||||
match lexer.lookahead_char() {
|
||||
Err(e) if e.is_unexpected_eof() => {
|
||||
|
||||
Reference in New Issue
Block a user