mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Remove unused import
This commit is contained in:
parent
d31fd9bbf2
commit
9d15b3d295
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use collections::{hash_map, BTreeMap, HashMap, HashSet};
|
|||
use futures::{
|
||||
channel::{mpsc, oneshot},
|
||||
future::Shared,
|
||||
select_biased, AsyncWriteExt, Future, FutureExt, StreamExt, TryFutureExt,
|
||||
AsyncWriteExt, Future, FutureExt, StreamExt, TryFutureExt,
|
||||
};
|
||||
use gpui::{
|
||||
AnyModelHandle, AppContext, AsyncAppContext, Entity, ModelContext, ModelHandle,
|
||||
|
|
Loading…
Reference in a new issue