From: Ian Jackson Date: Sun, 21 Mar 2021 00:20:14 +0000 (+0000) Subject: updates: Remove an obsolete todo X-Git-Tag: otter-0.5.0~582 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=017dfdf21792dddb3fc9e10c62ad5f5b475d9f63;p=otter.git updates: Remove an obsolete todo We don't need a function for mapping pos. This is done via PieceRenderInstructions etc. Signed-off-by: Ian Jackson --- diff --git a/src/updates.rs b/src/updates.rs index 95f98057..bc14b6ea 100644 --- a/src/updates.rs +++ b/src/updates.rs @@ -462,7 +462,6 @@ impl PieceUpdateOp { pub fn try_map Result, G: FnOnce(ZC) -> Result - // xxx should be a function for mapping pos > (self, f:F, g:G) -> Result,E> { use PieceUpdateOp::*;