A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
-rw-r--r--src/hov.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hov.rs b/src/hov.rs
index 2770588..da24426 100644
--- a/src/hov.rs
+++ b/src/hov.rs
@@ -8,7 +8,6 @@ use itertools::Itertools;
use markdown::mdast::{self, Node};
use ropey::Rope;
use serde_derive::{Deserialize, Serialize};
-use ttools::{IteratorOfTuples, IteratorOfTuplesWithF};
const D: Cell = Cell { letter: None, style: Style::new(FG, BG) };
use crate::{FG, text};