diff options
author | Keith Simmons | 2021-06-25 03:58:15 +0000 |
---|---|---|
committer | GitHub | 2021-06-25 03:58:15 +0000 |
commit | 4418e17547562e211952b9e8585916e04b858b3b (patch) | |
tree | 8427958809392969b035967c1c69e9507207d00e /helix-view/src/tree.rs | |
parent | 74cc4b4a49e05462b2b543737ad4dc32e2265794 (diff) |
reverse the dependency between helix-tui and helix-view (#366)
* reverse the dependency between helix-tui and helix-view by moving a fiew types to view
* fix tests
* clippy and format fixes
Co-authored-by: Keith Simmons <keithsim@microsoft.com>
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. // |