clippy: remove identity conversion
This commit is contained in:
@ -689,7 +689,6 @@ fn converge(
|
|||||||
.unwrap()
|
.unwrap()
|
||||||
.table
|
.table
|
||||||
.values()
|
.values()
|
||||||
.into_iter()
|
|
||||||
.filter(|x| Crdt::is_valid_address(x.contact_info.rpu))
|
.filter(|x| Crdt::is_valid_address(x.contact_info.rpu))
|
||||||
.cloned()
|
.cloned()
|
||||||
.collect();
|
.collect();
|
||||||
|
Reference in New Issue
Block a user