Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:23:23 +01:00
parent 67fe96ef9e
commit 4e01a1c1eb

View file

@ -293,7 +293,7 @@ impl<'a> BM<'a> {
impl<'a> Module<'a> for BM<'a> { impl<'a> Module<'a> for BM<'a> {
fn exec(&self, matches: &ArgMatches) -> bool { fn exec(&self, matches: &ArgMatches) -> bool {
use ansi_term::Colour::{Green, Yellow, Red}; use ansi_term::Colour::{Yellow, Red};
match matches.subcommand_name() { match matches.subcommand_name() {
Some("add") => { Some("add") => {