summaryrefslogtreecommitdiffstats
path: root/vendor/regex/src/pattern.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/regex/src/pattern.rs')
-rw-r--r--vendor/regex/src/pattern.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/regex/src/pattern.rs b/vendor/regex/src/pattern.rs
index 00549e510..2db04d8b3 100644
--- a/vendor/regex/src/pattern.rs
+++ b/vendor/regex/src/pattern.rs
@@ -1,6 +1,6 @@
-use std::str::pattern::{Pattern, SearchStep, Searcher};
+use core::str::pattern::{Pattern, SearchStep, Searcher};
-use crate::re_unicode::{Matches, Regex};
+use crate::{Matches, Regex};
#[derive(Debug)]
pub struct RegexSearcher<'r, 't> {