summaryrefslogtreecommitdiffstats
path: root/crates/pcre2/src/matcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pcre2/src/matcher.rs')
-rw-r--r--crates/pcre2/src/matcher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/pcre2/src/matcher.rs b/crates/pcre2/src/matcher.rs
index ecc7c16f..56c9356d 100644
--- a/crates/pcre2/src/matcher.rs
+++ b/crates/pcre2/src/matcher.rs
@@ -428,7 +428,7 @@ fn has_uppercase_literal(pattern: &str) -> bool {
#[cfg(test)]
mod tests {
- use grep_matcher::{LineMatchKind, Matcher};
+ use grep_matcher::LineMatchKind;
use super::*;