mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
clippy
This commit is contained in:
parent
2f7f610723
commit
4dc88f1dcc
4 changed files with 2408 additions and 3184 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue