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 cdec7d9 commit c603d48Copy full SHA for c603d48
src/validator/test.rs
@@ -124,7 +124,7 @@ impl HasValidate for Parameters {
124
}
125
126
127
-impl<'v> HasValidateArgs<'v> for ParametersEx {
+impl HasValidateArgs<'_> for ParametersEx {
128
type ValidateArgs = ParametersEx;
129
130
fn get_validate_args(&self) -> &Self::ValidateArgs {
@@ -1263,7 +1263,7 @@ mod extra_typed_path {
1263
v1: String,
1264
1265
1266
- impl<'v> HasValidateArgs<'v> for TypedPathParamEx {
+ impl HasValidateArgs<'_> for TypedPathParamEx {
1267
type ValidateArgs = Self;
1268
1269
0 commit comments