Fixed compiler warnings

This commit is contained in:
Jedrzej Stuczynski
2019-12-19 13:49:45 +00:00
parent 76f503a664
commit cbac85fbf4
-2
View File
@@ -1,11 +1,9 @@
use crate::provider::presence;
use crate::provider::ServiceProvider;
use clap::{App, Arg, ArgMatches, SubCommand};
use nym_client::identity::mixnet::KeyPair;
use std::net::ToSocketAddrs;
use std::path::PathBuf;
use std::process;
use std::thread;
pub mod provider;