diff options
author | Blaž Hrastnik | 2021-11-18 09:41:44 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-11-18 09:41:44 +0000 |
commit | e9dc658de42aac74cbb3f02a3b2af2c48bb613fb (patch) | |
tree | 59c3d81d09d9a7e955f77ec0344efe25aa07aa0c | |
parent | 9dcccb45bbee30011a44fcabaae94a5f6589ff7b (diff) |
Remove unused imports
-rw-r--r-- | helix-term/src/ui/markdown.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/markdown.rs b/helix-term/src/ui/markdown.rs index 72d84271..61630d55 100644 --- a/helix-term/src/ui/markdown.rs +++ b/helix-term/src/ui/markdown.rs @@ -13,7 +13,7 @@ use helix_core::{ Rope, }; use helix_view::{ - graphics::{Color, Margin, Rect, Style}, + graphics::{Margin, Rect}, Theme, }; |