style: fix clippy collapsible_if + cargo fmt

This commit is contained in:
Dionisio
2026-02-15 18:04:32 +01:00
parent 1ed20f425f
commit 0be7ef8c0b
11 changed files with 138 additions and 94 deletions
@@ -82,7 +82,6 @@ impl FileContentCache {
misses: AtomicUsize::new(0),
}
}
}
impl Default for FileContentCache {