Skip to content

Commit

Permalink
Fix latest clippy (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Sep 1, 2024
1 parent 4bea0fb commit ca87b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insta/src/filters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ where
I: IntoIterator<Item = (&'a str, &'a str)>,
{
fn from(value: I) -> Self {
Self::from_iter(value.into_iter())
Self::from_iter(value)
}
}

Expand Down

0 comments on commit ca87b84

Please sign in to comment.