Fix: unused import

This commit is contained in:
Matthias Beyer 2015-11-27 16:59:51 +01:00
parent 56612cf1a0
commit 869cc5e5ab
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use std::fmt::Result as FMTResult;
use std::fmt::Display;
use std::result::Result;
use storage::backend::{StorageBackend, StorageBackendError};
use storage::backend::StorageBackend;
use self::command::ExecutableCommand;
mod command;