From 7032823f6e5f771263bce92cc4c73ed8a0ca9e5c Mon Sep 17 00:00:00 2001 From: Robert O'Shea Date: Mon, 11 Dec 2023 12:23:02 +0000 Subject: [PATCH] Remove lint allowance and update module import --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 6fcaa41..593825d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,3 @@ -// Bevy code commonly triggers these lints and they may be important signals -// about code quality. They are sometimes hard to avoid though, and the CI -// workflow treats them as errors, so this allows them throughout the project. -// Feel free to delete this line. #![allow(clippy::too_many_arguments, clippy::type_complexity)] mod animation;