Make "storage" module private

This commit is contained in:
Nick Mathewson 2020-11-20 16:29:55 -05:00
parent 99e0b1d9f5
commit 3f89b3db7b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pub mod authority;
mod config;
mod docmeta;
mod err;
pub mod storage;
mod storage;
use crate::docmeta::ConsensusMeta;
use crate::storage::sqlite::SqliteStore;