1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00
This commit is contained in:
Robin Appelman 2022-01-13 22:05:07 +01:00
commit 4dc88f1dcc
4 changed files with 2408 additions and 3184 deletions

File diff suppressed because it is too large Load diff

View file

@ -35,9 +35,7 @@ impl MessageHandler for NullHandler {
false
}
fn into_output(self, _state: &ParserState) -> Self::Output {
()
}
fn into_output(self, _state: &ParserState) -> Self::Output {}
}
#[derive(Clone)]