bevy_lint::lints::borrowed_reborrowable

Static BORROWED_REBORROWABLE

Source
pub static BORROWED_REBORROWABLE: &BevyLint
Expand description

Click me for more information.

Lint {
    name: "bevy::BORROWED_REBORROWABLE",
    group: PEDANTIC,
    description: "parameter takes a mutable reference to a re-borrowable type",
}