From 053efa77b66cbf6ae3a6d36ba9a7252af801593b Mon Sep 17 00:00:00 2001 From: tigregalis Date: Mon, 8 May 2023 18:24:38 +0800 Subject: [PATCH] remove todo comment --- examples/editor-test/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/editor-test/src/main.rs b/examples/editor-test/src/main.rs index 12318ce..8f3effe 100644 --- a/examples/editor-test/src/main.rs +++ b/examples/editor-test/src/main.rs @@ -84,7 +84,6 @@ fn main() { let test_start = Instant::now(); - //TODO: support bidi for line in BidiParagraphs::new(&text) { log::debug!("Line {:?}", line);