ingore nerver looping loop, but add a todo

This commit is contained in:
Bennet Bleßmann
2025-07-31 21:40:38 +02:00
committed by Bennet Bleßmann
parent 6885074006
commit 7593f88d5a

View File

@@ -989,6 +989,7 @@ impl MachineState {
} }
} }
#[allow(clippy::never_loop)] // TODO why is there a loop here that never loops?
loop { loop {
match lexer.lookahead_char() { match lexer.lookahead_char() {
Err(e) if e.is_unexpected_eof() => { Err(e) if e.is_unexpected_eof() => {