mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
clippy fixes
This commit is contained in:
parent
f1608357ad
commit
11c7fb507f
13 changed files with 42 additions and 54 deletions
|
|
@ -30,8 +30,6 @@ impl MessageHandler for AllMessages {
|
|||
test::black_box(message);
|
||||
}
|
||||
|
||||
fn handle_string_entry(&mut self, table: &String, _index: usize, entry: &StringTableEntry) {}
|
||||
|
||||
fn get_output(self, state: &ParserState) -> Self::Output {
|
||||
test::black_box(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue