Address all changes clippy pointed out

This commit is contained in:
Abhishek Chanda
2020-01-18 17:53:15 +00:00
parent ca1d332e71
commit 45fbf458b3
3 changed files with 14 additions and 14 deletions

View File

@ -72,7 +72,7 @@ impl Ipv6Network {
Ipv6NetworkIterator {
next: Some(start),
end: end,
end,
}
}