Skip to content

Commit

Permalink
Suppress unused parameter warning on remote/ssh_session.rs (zed-ind…
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Jul 27, 2024
1 parent 380a990 commit e9d0768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/remote/src/ssh_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ impl ProtoClient for SshSession {
impl SshClientState {
#[cfg(not(unix))]
async fn new(
connection_options: SshConnectionOptions,
_connection_options: SshConnectionOptions,
_delegate: Arc<dyn SshClientDelegate>,
_cx: &mut AsyncAppContext,
) -> Result<Self> {
Expand Down

0 comments on commit e9d0768

Please sign in to comment.