bevy/benches
Zachary Harrold 52c11f6986
Ran cargo fmt on benches crate (#10758)
# Objective

- Format `benches` crate to match current Rust standards.

## Solution

- Ran `cargo fmt` in the `benches` crate.

## Notes

I accidentally came across this when working on the `Drop`
implementation for `CommandQueue` and rather embarrassingly let it sneak
into my PR there. I think it makes sense to ensure this crate is also
well formatted to avoid it in the future.
2023-11-27 18:41:35 +00:00
..
benches Ran cargo fmt on benches crate (#10758) 2023-11-27 18:41:35 +00:00
Cargo.toml Optimize Entity::eq (#10519) 2023-11-14 02:06:21 +00:00