Skip to content

Commit 49e33a5

Browse files
make fetch_table safe
1 parent 40bd782 commit 49e33a5

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_ecs/src/world

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/world/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ impl World {
19091909
}
19101910

19111911
#[inline]
1912-
unsafe fn fetch_table(
1912+
fn fetch_table(
19131913
&self,
19141914
location: EntityLocation,
19151915
component_id: ComponentId,

0 commit comments

Comments
 (0)