Skip to content

Commit

Permalink
Fix Clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Dec 19, 2024
1 parent e3cbf0a commit e626e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/set/intersection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl<T: Key> Clone for Intersection<'_, T> {
}
}

impl<'a, T> Iterator for Intersection<'a, T>
impl<T> Iterator for Intersection<'_, T>
where
T: Key,
{
Expand Down

0 comments on commit e626e10

Please sign in to comment.