Skip to content

Commit c603d48

Browse files
committed
fix: clippy warninig
1 parent cdec7d9 commit c603d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validator/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl HasValidate for Parameters {
124124
}
125125
}
126126

127-
impl<'v> HasValidateArgs<'v> for ParametersEx {
127+
impl HasValidateArgs<'_> for ParametersEx {
128128
type ValidateArgs = ParametersEx;
129129

130130
fn get_validate_args(&self) -> &Self::ValidateArgs {
@@ -1263,7 +1263,7 @@ mod extra_typed_path {
12631263
v1: String,
12641264
}
12651265

1266-
impl<'v> HasValidateArgs<'v> for TypedPathParamEx {
1266+
impl HasValidateArgs<'_> for TypedPathParamEx {
12671267
type ValidateArgs = Self;
12681268

12691269
fn get_validate_args(&self) -> &Self::ValidateArgs {

0 commit comments

Comments
 (0)