bevy/benches/benches/bevy_reflect
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
..
function.rs Fix Clippy lints in benchmarks (#16808) 2024-12-14 05:53:17 +00:00
list.rs Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
main.rs Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
map.rs Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
path.rs Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
struct.rs Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00