bevy/benches/benches
BD103 6178ce93e8
Fix Clippy lints in benchmarks (#16808)
# Objective

- Closes #16804.
- This copies over our lint configuration to our benchmarks and fixes
any lints.

## Solution

- Copied over our Clippy configuration from the root `Cargo.toml` to
`benches/Cargo.toml`.
- Fixed any warnings that Clippy emitted.

## Testing

- `cd benches && cargo clippy --benches`
2024-12-14 05:53:17 +00:00
..
bevy_ecs Fix Clippy lints in benchmarks (#16808) 2024-12-14 05:53:17 +00:00
bevy_math Fix Clippy lints in benchmarks (#16808) 2024-12-14 05:53:17 +00:00
bevy_picking Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
bevy_reflect Fix Clippy lints in benchmarks (#16808) 2024-12-14 05:53:17 +00:00
bevy_render Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
bevy_tasks Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00