From cd89af93d3f649921b34d678b82c7f5b3d180829 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Jan 2021 23:50:24 +0000 Subject: [PATCH] daemon: wip: add a todo relating to PieceGone Signed-off-by: Ian Jackson --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 8fbded1e..ce8cc072 100644 --- a/src/error.rs +++ b/src/error.rs @@ -21,7 +21,7 @@ pub enum OnlineError { #[error("JSON deserialisation error: {0:?}")] BadJSON(serde_json::Error), #[error("referenced piece is gone (maybe race)")] - PieceGone, + PieceGone, // xxx this needs to go away and be done via updates stream #[error("improper piece hold status for op (maybe race)")] PieceHeld, #[error("improper UI operation")] -- 2.30.2