server: address lint

This commit is contained in:
2025-08-19 17:08:53 -07:00
parent 25839328ac
commit 3827f87111
2 changed files with 10 additions and 66 deletions

View File

@@ -812,6 +812,6 @@ mod tests {
#[test]
fn test_parse_tls_report_v1() {
let report: TlsRpt = serde_json::from_str(REPORT_V1).unwrap();
let _report: TlsRpt = serde_json::from_str(REPORT_V1).unwrap();
}
}