Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
itaylor committed Mar 10, 2022
1 parent cd4af7b commit eafeb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn format_vhosts(context: &Context) -> String {
drop(guard);
return result;
}
fn handle_connection_error(e: bollard::errors::Error) -> RetryPolicy<bollard::errors::Error> {
fn handle_connection_error(_e: bollard::errors::Error) -> RetryPolicy<bollard::errors::Error> {
RetryPolicy::WaitRetry(Duration::minutes(1).to_std().unwrap())
}

Expand Down

0 comments on commit eafeb56

Please sign in to comment.