Remove unused imports
This commit is contained in:
parent
5cf4df474a
commit
dfd1d7b96e
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@ extern crate toml_query;
|
|||
#[macro_use] extern crate error_chain;
|
||||
|
||||
extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
extern crate libimagerror;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate env_logger;
|
||||
|
|
|
@ -24,7 +24,6 @@ use toml::Value;
|
|||
use error::GPSErrorKind as GPSEK;
|
||||
use error::GPSError as GPSE;
|
||||
use error::Result;
|
||||
use error::ResultExt;
|
||||
|
||||
pub trait FromValue : Sized {
|
||||
fn from_value(v: &Value) -> Result<Self>;
|
||||
|
|
Loading…
Reference in a new issue