Fix remaining clippy warnings: prefix unused benchmark params, allow dead_code on struct field
This commit is contained in:
@ -174,6 +174,7 @@ where
|
||||
|
||||
pub struct MtlsMiddlewareService<S> {
|
||||
service: S,
|
||||
#[allow(dead_code)]
|
||||
config: Arc<MtlsConfig>,
|
||||
cert_store: Arc<RootCertStore>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user