bevy/crates/bevy_audio/src
MichiRecRoom f61de1101c
bevy_audio: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17119)
# 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_audio` in line with the new restrictions.

No code changes have been made - except if a lint that was previously
`allow(...)`'d could be removed via small code changes. For example,
`unused_variables` can be handled by adding a `_` to the beginning of a
field's name.

## Testing
`cargo clippy` and `cargo test --package bevy_audio` were run, and no
errors were encountered.
2025-01-06 19:09:08 +00:00
..
audio_output.rs Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
audio_source.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
audio.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
lib.rs bevy_audio: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17119) 2025-01-06 19:09:08 +00:00
pitch.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
sinks.rs Rename AudioSinkPlayback::toggle to toggle_playback (#16837) 2024-12-16 19:28:24 +00:00
volume.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00