remove todo comment

This commit is contained in:
tigregalis 2023-05-08 18:24:38 +08:00
parent 6e336ad1cd
commit 053efa77b6

View file

@ -84,7 +84,6 @@ fn main() {
let test_start = Instant::now();
//TODO: support bidi
for line in BidiParagraphs::new(&text) {
log::debug!("Line {:?}", line);