bevy/crates/bevy_ecs/src/event
MichiRecRoom 17c46f4add
bevy_ecs: Apply #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17335)
# Objective
- https://github.com/bevyengine/bevy/issues/17111

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

## Testing
This PR is a WIP; testing will happen after it's finished.
2025-01-14 21:37:41 +00:00
..
base.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
collections.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
event_cursor.rs bevy_ecs: Apply #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17335) 2025-01-14 21:37:41 +00:00
iterators.rs Use -D warnings in all relevant CI (#17011) 2024-12-31 00:15:28 +00:00
mod.rs bevy_ecs: Apply #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17335) 2025-01-14 21:37:41 +00:00
mut_iterators.rs Use -D warnings in all relevant CI (#17011) 2024-12-31 00:15:28 +00:00
mutator.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
reader.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
registry.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
update.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
writer.rs Event source location tracking (#16778) 2024-12-12 18:12:53 +00:00