Skip to content

Commit ba01e1c

Browse files
fix: Add explicit lifetime to resource
Co-authored-by: TestingPlant <44930139+TestingPlant@users.noreply.github.com>
1 parent 2e8f1b3 commit ba01e1c

File tree

1 file changed

+1
-1
lines changed
  • crates/hyperion/src/ingress

1 file changed

+1
-1
lines changed

crates/hyperion/src/ingress/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl Default for ServerPingResponse {
8686

8787
fn process_status_request(
8888
mut packets: EventReader<'_, '_, packet::status::QueryRequest>,
89-
ping_response_data: Res<ServerPingResponse>,
89+
ping_response_data: Res<'_, ServerPingResponse>,
9090
compose: Res<'_, Compose>,
9191
) {
9292
for packet in packets.read() {

0 commit comments

Comments
 (0)