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 aCamera
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.