Make command submodule public
This commit is contained in:
parent
f94f8870e9
commit
a9a33321f7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use std::result::Result;
|
|||
use storage::backend::StorageBackend;
|
||||
use self::command::ExecutableCommand;
|
||||
|
||||
mod command;
|
||||
pub mod command;
|
||||
pub mod bm;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in a new issue