summaryrefslogtreecommitdiffstats
path: root/grep-regex/src/non_matching.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-regex/src/non_matching.rs')
-rw-r--r--grep-regex/src/non_matching.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-regex/src/non_matching.rs b/grep-regex/src/non_matching.rs
index 5c44fa9b..f2db2252 100644
--- a/grep-regex/src/non_matching.rs
+++ b/grep-regex/src/non_matching.rs
@@ -1,6 +1,6 @@
use grep_matcher::ByteSet;
use regex_syntax::hir::{self, Hir, HirKind};
-use utf8_ranges::Utf8Sequences;
+use regex_syntax::utf8::Utf8Sequences;
/// Return a confirmed set of non-matching bytes from the given expression.
pub fn non_matching_bytes(expr: &Hir) -> ByteSet {