Skip to content

Commit

Permalink
Merge pull request #448 from asomers/useless_conversion
Browse files Browse the repository at this point in the history
Clippy cleanup on latest nightly: useless_conversion
  • Loading branch information
asomers committed Jan 16, 2023
2 parents 70a89ae + 9c0e9c4 commit cbcfe9d
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 @@ -289,7 +289,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 cbcfe9d

Please sign in to comment.