Changed function name and removed unused code.

This commit is contained in:
Luke Else 2023-09-19 10:23:53 +01:00
parent 53837d7b33
commit b2ca7f35f3

View File

@ -185,7 +185,6 @@ impl Network {
Ok(IpAddr::from_arr(&oct)?) Ok(IpAddr::from_arr(&oct)?)
} }
//pub fn generate_subnets(self) -> Vec<Network> {}
} }
/// Function that takes in a string reference and returns the result of splitting a string into /// Function that takes in a string reference and returns the result of splitting a string into