housekeeping(server): fixed clippy warns

This commit is contained in:
hdbg
2026-04-04 14:33:20 +02:00
committed by Skipper
parent be23f87e67
commit 5c3421de1e
27 changed files with 114 additions and 96 deletions

View File

@@ -7,7 +7,6 @@ const ARBITER_URL_SCHEME: &str = "arbiter";
const CERT_QUERY_KEY: &str = "cert";
const BOOTSTRAP_TOKEN_QUERY_KEY: &str = "bootstrap_token";
#[derive(Debug, Clone)]
pub struct ArbiterUrl {
pub host: String,