From b2ca7f35f355d547bf17e9ee8cf2099626ccbe9b Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 19 Sep 2023 10:23:53 +0100 Subject: [PATCH] Changed function name and removed unused code. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 38433f5..e6dee96 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -185,7 +185,6 @@ impl Network { Ok(IpAddr::from_arr(&oct)?) } - //pub fn generate_subnets(self) -> Vec {} } /// Function that takes in a string reference and returns the result of splitting a string into