mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-04 06:34:26 +00:00
Remove unused import
This commit is contained in:
parent
c4cf5f2b2c
commit
0aa1b1f070
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use alacritty_terminal::{
|
|||
search::{Match, RegexIter, RegexSearch},
|
||||
Config, RenderableCursor, TermMode,
|
||||
},
|
||||
tty::{self, setup_env, ToWinsize},
|
||||
tty::{self, setup_env},
|
||||
vte::ansi::{ClearMode, Handler, NamedPrivateMode, PrivateMode, Rgb},
|
||||
Term,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue