From 4f8886f3c7aa2df6bdcfdeb3ef198e3dc764a906 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 5 Jan 2016 16:36:04 +0100 Subject: [PATCH] Remove unused import --- src/module/helpers/utils.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/module/helpers/utils.rs b/src/module/helpers/utils.rs index c4cf281f..3e39813a 100644 --- a/src/module/helpers/utils.rs +++ b/src/module/helpers/utils.rs @@ -4,8 +4,6 @@ pub mod cli { use clap::ArgMatches; - use runtime::Runtime; - /** * Get a commandline option "tags" and split the argument by "," to be able to provide a * Vec with the argument as array.