Fix cargo check error

pull/172/head
Chip Senkbeil 1 year ago
parent 583a9029e9
commit 9137a88dbc
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

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

Loading…
Cancel
Save