mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Fix warning
This commit is contained in:
parent
64d22925c2
commit
7831979be0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::{Direction, SearchOption, SelectMatch, ToggleSearchOption};
|
||||
use editor::{Anchor, Autoscroll, Editor, MultiBuffer, SelectAll, SelectNext};
|
||||
use editor::{Anchor, Autoscroll, Editor, MultiBuffer, SelectAll};
|
||||
use gpui::{
|
||||
action, elements::*, keymap::Binding, platform::CursorStyle, AppContext, ElementBox, Entity,
|
||||
ModelContext, ModelHandle, MutableAppContext, RenderContext, Task, View, ViewContext,
|
||||
|
|
Loading…
Reference in a new issue