bevy_lint::lints::panicking_methods

Static PANICKING_WORLD_METHODS

Source
pub static PANICKING_WORLD_METHODS: &BevyLint
Expand description

Click me for more information.

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