Skip to content

Commit

Permalink
Clippy cleanup on latest nightly: useless_conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Mar 26, 2023
1 parent 3537651 commit 2f748e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mockall_derive/src/mock_function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ impl<'a> Builder<'a> {
let alifetimes = salifetimes.into_iter()
.collect::<HashSet<LifetimeDef>>()
.union(&malifetimes.into_iter().collect::<HashSet<_>>())
.into_iter()
.cloned()
.collect();

Expand Down

0 comments on commit 2f748e8

Please sign in to comment.