Skip to content

Commit 65aa5e9

Browse files
committed
fix compilation with pattern feature
1 parent 4b620c1 commit 65aa5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pattern.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::str::pattern::{Pattern, SearchStep, Searcher};
22

3-
use re_unicode::{Matches, Regex};
3+
use crate::re_unicode::{Matches, Regex};
44

55
pub struct RegexSearcher<'r, 't> {
66
haystack: &'t str,

0 commit comments

Comments
 (0)