Removed redundant variables
This commit is contained in:
parent
a9bb5c1d52
commit
edc125d5fc
@ -9,9 +9,6 @@ fn main() {
|
|||||||
let ip_and_cidr: (networking::ip::IpAddr, u8);
|
let ip_and_cidr: (networking::ip::IpAddr, u8);
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
let mut ip: String = Default::default();
|
|
||||||
let mut cidr: u8 = Default::default();
|
|
||||||
|
|
||||||
let mut ip_buf = String::new();
|
let mut ip_buf = String::new();
|
||||||
io::stdin().read_line(&mut ip_buf).unwrap_or_default();
|
io::stdin().read_line(&mut ip_buf).unwrap_or_default();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user