chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c14443
)
daemon: wip: add a todo relating to PieceGone
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 30 Jan 2021 23:50:24 +0000
(23:50 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 31 Jan 2021 22:21:44 +0000
(22:21 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/error.rs
patch
|
blob
|
history
diff --git
a/src/error.rs
b/src/error.rs
index 8fbded1e42ed92f031046692ce4898b954ce130c..ce8cc072eb9954a857f713e207b2e563aa575f45 100644
(file)
--- 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")]