mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 04:37:56 +00:00
Clean up calls to into_iter per into_iter_on_ref lint
This commit is contained in:
@@ -45,7 +45,7 @@ pub fn with_where_predicates(
|
||||
generics
|
||||
.make_where_clause()
|
||||
.predicates
|
||||
.extend(predicates.into_iter().cloned());
|
||||
.extend(predicates.iter().cloned());
|
||||
generics
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user