Skip to content

Commit 7b530c9

Browse files
committed
fix cli
1 parent f5f22e0 commit 7b530c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_ecs/src/archetype.rs

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

3838
#[derive(Event)]
39-
#[allow(dead_code, reason = "Prepare for the upcoming Query as Entities")]
40-
39+
#[expect(dead_code, reason = "Prepare for the upcoming Query as Entities")]
4140
pub(crate) struct ArchetypeCreated(pub ArchetypeId);
4241

4342
/// An opaque location within a [`Archetype`].

0 commit comments

Comments
 (0)