Suppress unused parameter warning on remote/ssh_session.rs
(#15315)
This was probably an oversight from https://github.com/zed-industries/zed/pull/15129.  Release Notes: - N/A
This commit is contained in:
parent
380a99038b
commit
e9d0768e3c
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ impl ProtoClient for SshSession {
|
||||||
impl SshClientState {
|
impl SshClientState {
|
||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
async fn new(
|
async fn new(
|
||||||
connection_options: SshConnectionOptions,
|
_connection_options: SshConnectionOptions,
|
||||||
_delegate: Arc<dyn SshClientDelegate>,
|
_delegate: Arc<dyn SshClientDelegate>,
|
||||||
_cx: &mut AsyncAppContext,
|
_cx: &mut AsyncAppContext,
|
||||||
) -> Result<Self> {
|
) -> Result<Self> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue