pub static PEDANTIC: &LintGroup
Expand description
A group of lints that make the linter incredibly nit-picky.
If you enable this group, expect to liberally apply #[allow(...)]
attributes throughout your
code.
Name | "bevy::pedantic" |
Default Level | Level::Allow |