diff options
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. */ #![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; |