diff options
Diffstat (limited to 'shared/src/lib.rs')
-rw-r--r-- | shared/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/lib.rs b/shared/src/lib.rs index e5cf666..e6b296e 100644 --- a/shared/src/lib.rs +++ b/shared/src/lib.rs @@ -20,6 +20,7 @@ debug_closure_helpers, string_from_utf8_lossy_owned )] +#![allow(clippy::unit_arg, clippy::type_complexity)] pub mod helper; pub mod packets; |