bevy/crates/bevy_state/src
MichiRecRoom 081fe4f7ee
bevy_state: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17288)
# Objective
- https://github.com/bevyengine/bevy/issues/17111

## Solution
Set the `clippy::allow_attributes` and
`clippy::allow_attributes_without_reason` lints to `deny`, and bring
`bevy_state` in line with the new restrictions.

## Testing
Rust-analyzer did not return any errors once the deny was added.
2025-01-10 19:44:49 +00:00
..
state Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
app.rs Add no_std support to bevy_state (#17028) 2024-12-29 23:28:18 +00:00
commands.rs Add no_std support to bevy_state (#17028) 2024-12-29 23:28:18 +00:00
condition.rs small documentation update and issue template fix (#17054) 2025-01-01 23:09:17 +00:00
lib.rs bevy_state: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17288) 2025-01-10 19:44:49 +00:00
reflect.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
state_scoped_events.rs Add no_std support to bevy_state (#17028) 2024-12-29 23:28:18 +00:00
state_scoped.rs enable_state_scoped_entities() as a derive attribute (#16180) 2024-12-01 20:09:36 +00:00