bevy/crates/bevy_ecs/src/identifier
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
..
error.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
kinds.rs Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
masks.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +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