bevy_lint::lints::panicking_methods

Static PANICKING_QUERY_METHODS

Source
pub static PANICKING_QUERY_METHODS: &BevyLint
Expand description

Click me for more information.

Lint {
    name: "bevy::PANICKING_QUERY_METHODS",
    group: RESTRICTION,
    description: "called a `Query` or `QueryState` method that can panic when a non-panicking alternative exists",
}