Module nursery

Source
Expand description

Unstable lints that may be removed at any time for any reason.

These lints are allow by default.

Modules§

camera_modification_in_fixed_update
Checks for systems added to the FixedUpdate schedule that mutably query entities with a Camera component.
duplicate_bevy_dependencies
Checks for multiple versions of the bevy crate in your project’s dependencies.
zst_query
Checks for queries that query the data for a zero-sized type.