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 aa9eb1b commit 95f2cf5Copy full SHA for 95f2cf5
src/helpers/regex.rs
@@ -8,7 +8,7 @@ pub trait CapturesHelper {
8
T: FromStr;
9
}
10
11
-impl<'h> CapturesHelper for Captures<'h> {
+impl CapturesHelper for Captures<'_> {
12
fn ez_get<T>(&self, name: &str) -> T
13
where
14
T: FromStr,
0 commit comments