summaryrefslogtreecommitdiffstats
path: root/crates/regex/src/matcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/regex/src/matcher.rs')
-rw-r--r--crates/regex/src/matcher.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/regex/src/matcher.rs b/crates/regex/src/matcher.rs
index 003d415c..7c1b87ed 100644
--- a/crates/regex/src/matcher.rs
+++ b/crates/regex/src/matcher.rs
@@ -552,8 +552,6 @@ impl RegexCaptures {
#[cfg(test)]
mod tests {
- use grep_matcher::{LineMatchKind, Matcher};
-
use super::*;
// Test that enabling word matches does the right thing and demonstrate