Skip to content

Commit 2f748e8

Browse files
committed
Clippy cleanup on latest nightly: useless_conversion
1 parent 3537651 commit 2f748e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mockall_derive/src/mock_function.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ impl<'a> Builder<'a> {
269269
let alifetimes = salifetimes.into_iter()
270270
.collect::<HashSet<LifetimeDef>>()
271271
.union(&malifetimes.into_iter().collect::<HashSet<_>>())
272-
.into_iter()
273272
.cloned()
274273
.collect();
275274

0 commit comments

Comments
 (0)