Remove unused imports
This commit is contained in:
parent
1d5ed2c3d5
commit
0524b26fa7
2 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,4 @@
|
||||||
use std::convert::From;
|
|
||||||
use std::convert::Into;
|
|
||||||
use std::ops::DerefMut;
|
use std::ops::DerefMut;
|
||||||
use std::ops::Deref;
|
|
||||||
|
|
||||||
use toml::Value;
|
use toml::Value;
|
||||||
|
|
||||||
|
@ -11,8 +8,6 @@ use libimagstore::store::Store;
|
||||||
use libimagstore::storeid::StoreIdIterator;
|
use libimagstore::storeid::StoreIdIterator;
|
||||||
use libimagstore::store::FileLockEntry;
|
use libimagstore::store::FileLockEntry;
|
||||||
use libimagstore::storeid::StoreId;
|
use libimagstore::storeid::StoreId;
|
||||||
use libimagstore::error::StoreError;
|
|
||||||
use libimagstore::store::Entry;
|
|
||||||
use libimagstore::storeid::IntoStoreId;
|
use libimagstore::storeid::IntoStoreId;
|
||||||
|
|
||||||
use module_path::ModuleEntryPath;
|
use module_path::ModuleEntryPath;
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::fmt::Error as FmtError;
|
use std::fmt::Error as FmtError;
|
||||||
use std::clone::Clone;
|
use std::clone::Clone;
|
||||||
use std::fmt::{Debug, Display, Formatter};
|
use std::fmt::{Display, Formatter};
|
||||||
use std::fmt;
|
|
||||||
use std::convert::From;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kind of error
|
* Kind of error
|
||||||
|
|
Loading…
Reference in a new issue