Fix warning

This commit is contained in:
Mikayla Maki 2023-07-27 18:00:33 -07:00
parent a0fc515cfc
commit 4735b07088
No known key found for this signature in database

View File

@ -21,7 +21,6 @@ use drag_and_drop::DragAndDrop;
use futures::{ use futures::{
channel::{mpsc, oneshot}, channel::{mpsc, oneshot},
future::try_join_all, future::try_join_all,
stream::FuturesUnordered,
FutureExt, StreamExt, FutureExt, StreamExt,
}; };
use gpui::{ use gpui::{