bevy_lint::groups

Static SUSPICIOUS

Source
pub static SUSPICIOUS: &LintGroup
Expand description

A group similar to CORRECTNESS that checks for suspicious or usually wrong code.

The linted code may have been written intentionally, but should probably still be fixed.

Name "bevy::suspicious"
Default Level Level::Warn