Remove unused imports
This commit is contained in:
parent
99e1e41aad
commit
20c78a99e4
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
use clap::ArgMatches;
|
||||
|
||||
use libimagstore::store::FileLockEntry;
|
||||
|
||||
use result::Result;
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
use std::io::stdout;
|
||||
use std::io::Write;
|
||||
|
||||
use cli::list_subcommand_name;
|
||||
use lister::Lister;
|
||||
use result::Result;
|
||||
|
||||
use clap::ArgMatches;
|
||||
use libimagstore::store::FileLockEntry;
|
||||
|
||||
pub struct LineLister<'a> {
|
||||
|
|
|
@ -2,11 +2,9 @@ use std::io::stdout;
|
|||
use std::io::Write;
|
||||
use std::ops::Deref;
|
||||
|
||||
use cli::list_subcommand_name;
|
||||
use lister::Lister;
|
||||
use result::Result;
|
||||
|
||||
use clap::ArgMatches;
|
||||
use libimagstore::store::FileLockEntry;
|
||||
|
||||
pub struct PathLister {
|
||||
|
|
Loading…
Reference in a new issue