Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:31:47 +01:00
parent 97008e5f9b
commit 7f99ac8aac

View file

@ -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") => {