bevy/crates/bevy_utils/src
MichiRecRoom 900509bec0
bevy_utils: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17305)
# 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_utils` in line with the new restrictions.

## Testing
`cargo clippy --tests --all-features --package bevy_utils` was run, and
no errors were encountered.
2025-01-12 01:26:44 +00:00
..
default.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
lib.rs bevy_utils: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17305) 2025-01-12 01:26:44 +00:00
once.rs Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
parallel_queue.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
synccell.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
syncunsafecell.rs Fix a few typos (#17292) 2025-01-10 22:48:30 +00:00
time.rs Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00