mirror of https://github.com/helix-editor/helix
Remove unused imports
parent
9dcccb45bb
commit
e9dc658de4
|
@ -13,7 +13,7 @@ use helix_core::{
|
||||||
Rope,
|
Rope,
|
||||||
};
|
};
|
||||||
use helix_view::{
|
use helix_view::{
|
||||||
graphics::{Color, Margin, Rect, Style},
|
graphics::{Margin, Rect},
|
||||||
Theme,
|
Theme,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue