Remove unused import
This commit is contained in:
parent
67fe96ef9e
commit
4e01a1c1eb
1 changed files with 1 additions and 1 deletions
|
@ -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") => {
|
||||||
|
|
Loading…
Reference in a new issue