mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
Remove unused import
This commit is contained in:
parent
18393d1fac
commit
8839bfa1df
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ use editor::{Editor, EditorMode};
|
||||||
use futures::channel::oneshot;
|
use futures::channel::oneshot;
|
||||||
use gpui::{
|
use gpui::{
|
||||||
actions, div, red, Action, AppContext, Div, EventEmitter, FocusableView,
|
actions, div, red, Action, AppContext, Div, EventEmitter, FocusableView,
|
||||||
InteractiveElement as _, IntoElement, KeyContext, ParentElement as _, Render, Styled,
|
InteractiveElement as _, IntoElement, ParentElement as _, Render, Styled, Subscription, Task,
|
||||||
Subscription, Task, View, ViewContext, VisualContext as _, WeakView, WindowContext,
|
View, ViewContext, VisualContext as _, WeakView, WindowContext,
|
||||||
};
|
};
|
||||||
use project::search::SearchQuery;
|
use project::search::SearchQuery;
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
Loading…
Reference in a new issue