Remove unused variable
This commit is contained in:
parent
668811dafa
commit
0a63bc8f4d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub mod cli {
|
|||
* Get a commandline option "tags" and split the argument by "," to be able to provide a
|
||||
* Vec<String> with the argument as array.
|
||||
*/
|
||||
pub fn get_tags<'a>(rt: &Runtime, sub: &ArgMatches<'a, 'a>) -> Vec<String> {
|
||||
pub fn get_tags<'a>(sub: &ArgMatches<'a, 'a>) -> Vec<String> {
|
||||
|
||||
fn reject_if_with_spaces(e: &String) -> bool {
|
||||
if e.contains(" ") {
|
||||
|
|
Loading…
Reference in a new issue