Attribute Macro bevy_system

Source
#[bevy_system]
Expand description

An attribute intended to annotate Bevy systems. It automatically annotates the system with several #[allow] lints common to Bevy systems for our linting configuration.

The idea is that we can define all ignored lints for Bevy systems once and update them in one place rather than spread across the entire codebase.

Currently, this macro applies the following #[allow]: