clippy: remove identity conversion

This commit is contained in:
Michael Vines 2018-08-20 10:42:29 -07:00
parent a1ec549630
commit 8de317113c
1 changed files with 0 additions and 1 deletions

View File

@ -689,7 +689,6 @@ fn converge(
.unwrap()
.table
.values()
.into_iter()
.filter(|x| Crdt::is_valid_address(x.contact_info.rpu))
.cloned()
.collect();