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
FixedUpdateschedule that mutably query entities with aCameracomponent. - duplicate_
bevy_ dependencies - Checks for multiple versions of the
bevycrate in your project’s dependencies. - zst_
query - Checks for queries that query the data for a zero-sized type.