From 32b86546ca554026584b657966160676d875add2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2020 19:32:01 +0100 Subject: [PATCH] drop an xxx --- src/sse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sse.rs b/src/sse.rs index 32c3482f..defda945 100644 --- a/src/sse.rs +++ b/src/sse.rs @@ -39,7 +39,7 @@ impl StableIndexOffset for UpdateId { struct UpdateReader { player : PlayerId, client : ClientId, - to_send : UpdateId, // xxx race for setting this initially + to_send : UpdateId, ami : Arc>, } -- 2.30.2