diff --git a/src/matcher.rs b/src/matcher.rs index 7eb8548..b193f29 100644 --- a/src/matcher.rs +++ b/src/matcher.rs @@ -583,7 +583,7 @@ fn filter_match<'b>( _origin: &OriginSet, ts_match: Option<&[u8]>, is_base64: bool, - redact: bool, + _redact: bool, filename: &str, profiler: Option<&Arc>, respect_ignore_if_contains: bool,