Remove unused imports

This commit is contained in:
Matthias Beyer 2017-05-02 11:13:21 +02:00
parent 8eaead5f52
commit ccc5f890f5

View file

@ -17,12 +17,9 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
// //
use std::ops::DerefMut;
use libimagerror::into::IntoError; use libimagerror::into::IntoError;
use libimagrt::runtime::Runtime; use libimagrt::runtime::Runtime;
use libimagstore::store::Entry; use libimagstore::store::Entry;
use libimagstore::store::FileLockEntry;
use result::Result; use result::Result;
use error::EditErrorKind; use error::EditErrorKind;