Add a few deny lints

And conform to the new ones
This commit is contained in:
Abhishek Chanda
2020-01-18 11:03:37 +00:00
parent fc958f16dc
commit f23ea4d7d6
3 changed files with 9 additions and 2 deletions

View File

@ -263,7 +263,7 @@ impl From<Ipv4Addr> for Ipv4Network {
}
}
#[derive(Clone, Debug)]
#[derive(Copy, Clone, Debug)]
pub struct Ipv4NetworkIterator {
next: Option<u32>,
end: u32,