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 Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
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 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