Skip to content

Commit

Permalink
Downgrade the lints to warn - see bevyengine#17320
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Jan 12, 2025
1 parent 421c1e5 commit 1376c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_core_pipeline/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![expect(missing_docs, reason = "Not all docs are written yet, see #3492.")]
#![forbid(unsafe_code)]
#![deny(
#![warn(
clippy::allow_attributes,
clippy::allow_attributes_without_reason,
reason = "See #17111; To be removed once all crates are in-line with these attributes"
Expand Down

0 comments on commit 1376c56

Please sign in to comment.