store/error: Remove unused imports

This commit is contained in:
Matthias Beyer 2016-01-29 23:06:04 +01:00
parent 770bffa736
commit 814e85508b

View file

@ -4,7 +4,6 @@ use std::clone::Clone;
use std::fmt::{Debug, Display, Formatter}; use std::fmt::{Debug, Display, Formatter};
use std::fmt; use std::fmt;
use std::convert::From; use std::convert::From;
use toml;
/** /**
* Kind of store error * Kind of store error