diff --git a/proxy/src/proxy/mod.rs b/proxy/src/proxy/mod.rs index 7be27c19b0..e0420fd705 100644 --- a/proxy/src/proxy/mod.rs +++ b/proxy/src/proxy/mod.rs @@ -10,7 +10,7 @@ pub(crate) mod wake_compute; use std::sync::Arc; pub use copy_bidirectional::{ErrorSource, copy_bidirectional_client_compute}; -use futures::{FutureExt, TryFutureExt}; +use futures::TryFutureExt; use itertools::Itertools; use once_cell::sync::OnceCell; use passthrough::passthrough; @@ -328,7 +328,6 @@ pub(crate) async fn handle_client