From ad8c23fc3d066d4d0bd8e8ff7844ca64ce74a6fe Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 22 Jul 2022 20:05:17 +1000 Subject: [PATCH] Remove resolved comment --- rslib/src/typeanswer.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rslib/src/typeanswer.rs b/rslib/src/typeanswer.rs index 2e577a7bf..c504c7a17 100644 --- a/rslib/src/typeanswer.rs +++ b/rslib/src/typeanswer.rs @@ -1,8 +1,6 @@ // Copyright: Ankitects Pty Ltd and contributors // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -// FIXME: space to nbsp in output, or pre-wrap - use std::borrow::Cow; use dissimilar::Chunk;