Skip to content

Commit

Permalink
Remove lint allowance and update module import
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 11, 2023
1 parent 6c928fe commit 7032823
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 7032823

Please sign in to comment.