diff options
Diffstat (limited to 'helix-term/src/ui/text.rs')
-rw-r--r-- | helix-term/src/ui/text.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/ui/text.rs b/helix-term/src/ui/text.rs index bacb68b8..133cdd25 100644 --- a/helix-term/src/ui/text.rs +++ b/helix-term/src/ui/text.rs @@ -4,7 +4,6 @@ use tui::buffer::Buffer as Surface; use tui::{ layout::Rect, style::{Color, Style}, - widgets::{Block, Borders}, }; use std::borrow::Cow; |