diff --git a/crates/remote/src/ssh_session.rs b/crates/remote/src/ssh_session.rs index 8fa90eb437f98df11cbc3b2e4820fa69b95627c3..87fa662bb6d6dee3b383a0918f1a5c0fe121f92f 100644 --- a/crates/remote/src/ssh_session.rs +++ b/crates/remote/src/ssh_session.rs @@ -466,7 +466,7 @@ impl ProtoClient for SshSession { impl SshClientState { #[cfg(not(unix))] async fn new( - connection_options: SshConnectionOptions, + _connection_options: SshConnectionOptions, _delegate: Arc, _cx: &mut AsyncAppContext, ) -> Result {