Private
Public Access
1
0

Fix remaining clippy warnings: prefix unused benchmark params, allow dead_code on struct field

This commit is contained in:
2026-04-12 16:11:50 +00:00
parent f2c6d088c8
commit 59aab77371
4 changed files with 11 additions and 10 deletions

View File

@ -174,6 +174,7 @@ where
pub struct MtlsMiddlewareService<S> {
service: S,
#[allow(dead_code)]
config: Arc<MtlsConfig>,
cert_store: Arc<RootCertStore>,
}