diff --git a/validator/src/main.rs b/validator/src/main.rs index 4a12f05e5e..c47eb5e139 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -1,8 +1,4 @@ -use crate::validator::Config; -use crate::validator::Validator; -use clap::{App, Arg, ArgMatches, SubCommand}; -use log::*; -use toml; +use clap::{App, ArgMatches}; pub mod built_info; mod commands;