Fix clippy lint

This commit is contained in:
Michael Vines 2018-11-17 15:29:28 -08:00 committed by Grimes
parent 7a54dbf7d5
commit d1f01b5209
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ fn main() {
exit(1)
})
} else {
let mut addr = network.clone();
let mut addr = network;
addr.set_port(DRONE_PORT);
addr
};