chore: additional clippy fixes after rebasing

This commit is contained in:
Per Stark
2026-05-27 07:37:18 +02:00
parent 12f989b3a1
commit 017d6c5ba9
39 changed files with 321 additions and 402 deletions
+1
View File
@@ -213,6 +213,7 @@ mod tests {
}
#[test]
#[allow(clippy::unwrap_used, clippy::expect_used)]
fn writes_perf_mirrors_from_record() {
let tmp = tempdir().unwrap();
let report_root = tmp.path().join("reports");