Remove unused imports

This commit is contained in:
Blaž Hrastnik 2021-11-18 18:41:44 +09:00
parent 9dcccb45bb
commit e9dc658de4

View file

@ -13,7 +13,7 @@ use helix_core::{
Rope,
};
use helix_view::{
graphics::{Color, Margin, Rect, Style},
graphics::{Margin, Rect},
Theme,
};