From 9f054ec7e1730c32f8e6ebc4960e602c47d34671 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 4 May 2019 17:51:25 +0200 Subject: Also fix edition idioms --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ee8f2b0..23d5a19 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,8 +5,8 @@ extern crate failure; #[macro_use] extern crate clap; -extern crate clap_log_flag; -extern crate clap_verbosity_flag; + + #[macro_use] extern crate structopt; -- cgit v1.2.3