bevy/benches/benches/bevy_ecs
Benjamin Brienen 4df8b1998e
Allow or fix dead code in benches (#16282)
# Objective

Fixes #15806

## Solution

Fix an undeclared module and expect `dead_code`.

## Testing

Run this command and see no `dead_code` warnings.

`cargo +nightly check --benches --target-dir ../target --manifest-path
./benches/Cargo.toml`
2024-11-07 22:19:07 +00:00
..
components Allow or fix dead code in benches (#16282) 2024-11-07 22:19:07 +00:00
events Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
fragmentation Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
iteration Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
observers Rename App/World::observe to add_observer, EntityWorldMut::observe_entity to observe. (#15754) 2024-10-09 15:39:29 +00:00
param Validate param benchmarks (#15885) 2024-10-15 02:38:22 +00:00
scheduling Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
world Validate param benchmarks (#15885) 2024-10-15 02:38:22 +00:00
benches.rs Allow or fix dead code in benches (#16282) 2024-11-07 22:19:07 +00:00
change_detection.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
empty_archetypes.rs Move schedule name into Schedule (#9600) 2023-08-28 20:44:48 +00:00