Skip to content

Commit 9958f84

Browse files
committed
derive Debug for RegexSearcher
1 parent 65aa5e9 commit 9958f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pattern.rs

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

33
use crate::re_unicode::{Matches, Regex};
44

5+
#[derive(Debug)]
56
pub struct RegexSearcher<'r, 't> {
67
haystack: &'t str,
78
it: Matches<'r, 't>,

0 commit comments

Comments
 (0)