bevy/crates/bevy_ecs/src/world
Brezak 69e78bd03e
Fix Ci failing over dead code in tests (#12623)
# Objective

Fix Pr CI failing over dead code in tests and main branch CI failing
over a missing semicolon. Fixes #12620.

## Solution

Add dead_code annotations and a semicolon.
2024-03-21 18:08:47 +00:00
..
command_queue.rs Fix Ci failing over dead code in tests (#12623) 2024-03-21 18:08:47 +00:00
deferred_world.rs remove repetitive code (#12270) 2024-03-03 07:58:22 +00:00
entity_ref.rs Add into_ methods for EntityMut and EntityWorldMut that consume self. (#12419) 2024-03-17 21:40:03 +00:00
error.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
identifier.rs impl ExclusiveSystemParam for WorldId (#11164) 2024-01-01 15:59:53 +00:00
mod.rs Remove WorldCell (#12551) 2024-03-18 06:28:31 +00:00
spawn_batch.rs Component Lifecycle Hooks and a Deferred World (#10756) 2024-03-01 14:59:22 +00:00
unsafe_world_cell.rs Remove WorldCell (#12551) 2024-03-18 06:28:31 +00:00