diff options
Diffstat (limited to 'helix-view/src/tree.rs')
-rw-r--r-- | helix-view/src/tree.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-view/src/tree.rs b/helix-view/src/tree.rs index f7d6c1f2..6d5be390 100644 --- a/helix-view/src/tree.rs +++ b/helix-view/src/tree.rs @@ -1,6 +1,5 @@ -use crate::{View, ViewId}; +use crate::{graphics::Rect, View, ViewId}; use slotmap::HopSlotMap; -use tui::layout::Rect; // the dimensions are recomputed on windo resize/tree change. // |