Fixed compilation error due to old imports

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 16:29:07 +00:00
parent 1f53dcc56f
commit ab24008c87
+1 -5
View File
@@ -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;