Silence some more clippy lints

They are at odds with some direct translations.
This commit is contained in:
Johannes Altmanninger 2023-04-21 20:56:15 +02:00
parent ec176dc07e
commit 56ad7fe0e5

View file

@ -7,6 +7,8 @@
#![allow(clippy::uninlined_format_args)]
#![allow(clippy::derivable_impls)]
#![allow(clippy::option_map_unit_fn)]
#![allow(clippy::ptr_arg)]
#![allow(clippy::field_reassign_with_default)]
#[macro_use]
mod common;