fix: unexpected warning on applying bloom (#5431)

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
Zhenchi
2025-01-24 11:09:17 +08:00
committed by GitHub
parent 69881e3bc1
commit 088317fd3a

View File

@@ -366,7 +366,7 @@ fn intersect_ranges(lhs: &[Range<usize>], rhs: &[Range<usize>]) -> Vec<Range<usi
fn is_blob_not_found(err: &Error) -> bool {
matches!(
err,
Error::PuffinBuildReader {
Error::PuffinReadBlob {
source: puffin::error::Error::BlobNotFound { .. },
..
}