bevy/crates/bevy_utils/src
François Mockers c077c65ddd
bevy_utils: clippy without debug feature enabled (#19861)
# Objective

- bevy_utils has warnings with clippy

## Solution

- Fix them

## Testing

`cargo clippy -p bevy_utils  --no-deps -- -D warnings`
2025-06-29 17:13:27 +00:00
..
debug_info.rs bevy_utils: clippy without debug feature enabled (#19861) 2025-06-29 17:13:27 +00:00
default.rs fix reference in example usage comments (#19434) 2025-05-29 19:12:55 +00:00
lib.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
map.rs Add TypeIdMapExt trait to make TypeIdMap operations more ergonomic (#19683) 2025-06-17 21:06:27 +00:00
once.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
parallel_queue.rs Remove apostrophes in possessive its (#19244) 2025-05-26 19:53:14 +00:00
wgpu_wrapper.rs refactor(render): move WgpuWrapper into bevy_utils (#19303) 2025-05-27 03:43:49 +00:00