Skip to content

Commit f8df2b6

Browse files
remove unused lifetime
1 parent 367b630 commit f8df2b6

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
@@ -1910,7 +1910,7 @@ impl World {
19101910
}
19111911

19121912
#[inline]
1913-
unsafe fn fetch_table<'s>(
1913+
unsafe fn fetch_table(
19141914
world: &World,
19151915
location: EntityLocation,
19161916
component_id: ComponentId,

0 commit comments

Comments
 (0)