Skip to content

Commit 5785451

Browse files
remove unused lifetime
1 parent 9673cbf commit 5785451

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
@@ -1696,7 +1696,7 @@ impl World {
16961696
}
16971697

16981698
#[inline]
1699-
unsafe fn fetch_table<'s>(
1699+
unsafe fn fetch_table(
17001700
world: &World,
17011701
location: EntityLocation,
17021702
component_id: ComponentId,

0 commit comments

Comments
 (0)