bevy_lint::lints::missing_reflect

Static MISSING_REFLECT

Source
pub static MISSING_REFLECT: &BevyLint
Expand description

Click me for more information.

Lint {
    name: "bevy::MISSING_REFLECT",
    group: RESTRICTION,
    description: "defined a component, resource, or event without a `Reflect` implementation",
}