From c121d94f0b27bc04ffbdca55cd0939c1401d5a2e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 27 Jan 2025 15:26:00 +0100 Subject: clippy: fixes and ignores --- client/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/main.rs') diff --git a/client/src/main.rs b/client/src/main.rs index 804ab44..5fa790a 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -15,6 +15,7 @@ along with this program. If not, see . */ #![feature(iter_array_chunks, mpmc_channel, array_chunks, new_zeroed_alloc)] +#![allow(clippy::too_many_arguments, clippy::type_complexity)] pub mod armature; pub mod audio; pub mod camera; -- cgit v1.2.3-70-g09d2