We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b620c1 commit 65aa5e9Copy full SHA for 65aa5e9
src/pattern.rs
@@ -1,6 +1,6 @@
1
use std::str::pattern::{Pattern, SearchStep, Searcher};
2
3
-use re_unicode::{Matches, Regex};
+use crate::re_unicode::{Matches, Regex};
4
5
pub struct RegexSearcher<'r, 't> {
6
haystack: &'t str,
0 commit comments