bevy/crates/bevy_utils/src
Zachary Harrold 72b4ed05c7
Address clippy::let_and_return in bevy_utils (#18480)
# Objective

`clippy::let_and_return` fails on Windows.

## Solution

Fixed it!

## Testing

- CI
2025-03-22 11:44:49 +00:00
..
default.rs
lib.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
once.rs Create bevy_platform_support Crate (#17250) 2025-01-20 20:45:30 +00:00
parallel_queue.rs Address clippy::let_and_return in bevy_utils (#18480) 2025-03-22 11:44:49 +00:00
synccell.rs
syncunsafecell.rs