Fix: unused import
This commit is contained in:
parent
56612cf1a0
commit
869cc5e5ab
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use std::fmt::Result as FMTResult;
|
||||||
use std::fmt::Display;
|
use std::fmt::Display;
|
||||||
use std::result::Result;
|
use std::result::Result;
|
||||||
|
|
||||||
use storage::backend::{StorageBackend, StorageBackendError};
|
use storage::backend::StorageBackend;
|
||||||
use self::command::ExecutableCommand;
|
use self::command::ExecutableCommand;
|
||||||
mod command;
|
mod command;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue