Static MISSING_REFLECT

Source
pub static MISSING_REFLECT: &BevyLint
Expand description

Click me for more information.

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