bevy_lint::groups

Static CORRECTNESS

Source
pub static CORRECTNESS: &LintGroup
Expand description

A group of deny-by-default lints that check for outright wrong or useless code.

These lints are carefully picked to be free of false positives. You should avoid #[allow(...)]-ing these lints without a very good reason.

Name "bevy::correctness"
Default Level Level::Deny