Skip to content

Commit

Permalink
Further propagating feature flags to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Maskery committed Dec 24, 2024
1 parent 5bb04b5 commit 20517f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/bevy_ecs/src/query/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ use crate::{
bundle::Bundle,
component::Tick,
entity::{Entities, Entity, EntityBorrow, EntitySet, EntitySetIterator},
query::{ArchetypeFilter, DebugCheckedUnwrap, QueryState, StorageId},
query::{ArchetypeFilter, DebugCheckedUnwrap, QueryState},
storage::{Table, TableId, TableRow, Tables},
world::{
unsafe_world_cell::UnsafeWorldCell, EntityMut, EntityMutExcept, EntityRef, EntityRefExcept,
FilteredEntityMut, FilteredEntityRef,
},
};
#[cfg(all(not(target_arch = "wasm32"), feature = "multi_threaded"))]
use crate::query::StorageId;
use alloc::vec::Vec;
use core::{
cmp::Ordering,
Expand Down

0 comments on commit 20517f7

Please sign in to comment.