mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-18 01:38:51 +00:00
Add a few deny lints
And conform to the new ones
This commit is contained in:
@ -263,7 +263,7 @@ impl From<Ipv4Addr> for Ipv4Network {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub struct Ipv4NetworkIterator {
|
||||
next: Option<u32>,
|
||||
end: u32,
|
||||
|
Reference in New Issue
Block a user