diff options
author | Blaž Hrastnik | 2021-03-05 07:07:46 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-05 07:07:46 +0000 |
commit | 1d42b959159751078b3bbc159a45cebe51d924fa (patch) | |
tree | a18b9b752a2b6a5e32320278b54d587b870a1d30 /helix-term/src/ui/text.rs | |
parent | a5c4314940e2ef875026f52ffb6f285725d3fb02 (diff) |
ui: wip: Markdown doc renderer.
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; |