No really, fix warning

pull/172/head
Chip Senkbeil 1 year ago
parent 0476f8c186
commit 34759ccdca
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -101,7 +101,7 @@ async fn async_run(cmd: ServerSubcommand, _is_forked: bool) -> CliResult {
current_dir,
daemon: _,
key_from_stdin,
#[cfg_attr(unix, allow(unused_variables))]
#[allow(unused_variables)]
output_to_local_pipe,
} => {
let host = host.into_inner();

Loading…
Cancel
Save