Remove unused variable
This commit is contained in:
parent
5300b09d79
commit
df2f46f5bf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use libimagcounter::counter::Counter;
|
||||||
pub fn list(rt: &Runtime) {
|
pub fn list(rt: &Runtime) {
|
||||||
rt.cli()
|
rt.cli()
|
||||||
.subcommand_matches("list")
|
.subcommand_matches("list")
|
||||||
.map(|scmd| {
|
.map(|_| {
|
||||||
debug!("Found 'list' subcommand...");
|
debug!("Found 'list' subcommand...");
|
||||||
|
|
||||||
Counter::all_counters(rt.store()).map(|iterator| {
|
Counter::all_counters(rt.store()).map(|iterator| {
|
||||||
|
|
Loading…
Reference in a new issue