Skip to content

Commit

Permalink
Collapse allows
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Feb 26, 2024
1 parent d7b4b68 commit d63b6a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![feature(let_chains)]
// These two generate a lot of false positives for Bevy systems
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::too_many_arguments, clippy::type_complexity)]

//! Foxtrot is split into many plugins with their own set of responsibilities.
//! This is an organizational measure and not meant to be imply that you can turn them on or off at will,
Expand Down

0 comments on commit d63b6a2

Please sign in to comment.