From 7f99ac8aac43a8069b8b36c62a11fdfc5a217823 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 5 Jan 2016 16:31:47 +0100 Subject: [PATCH] Remove unused import --- src/module/bm/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/bm/mod.rs b/src/module/bm/mod.rs index 801fc4dd..8fdc1a0c 100644 --- a/src/module/bm/mod.rs +++ b/src/module/bm/mod.rs @@ -293,7 +293,7 @@ impl<'a> BM<'a> { impl<'a> Module<'a> for BM<'a> { fn exec(&self, matches: &ArgMatches) -> bool { - use ansi_term::Colour::{Yellow, Red}; + use ansi_term::Colour::Red; match matches.subcommand_name() { Some("add") => {