Skip to content

Commit f5f22e0

Browse files
committed
reason
1 parent 5f736e7 commit f5f22e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/archetype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use core::{
3636
use nonmax::NonMaxU32;
3737

3838
#[derive(Event)]
39-
#[allow(dead_code)]
39+
#[allow(dead_code, reason = "Prepare for the upcoming Query as Entities")]
4040

4141
pub(crate) struct ArchetypeCreated(pub ArchetypeId);
4242

0 commit comments

Comments
 (0)