summaryrefslogtreecommitdiffstats
path: root/store/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'store/src/lib.rs')
-rw-r--r--store/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/store/src/lib.rs b/store/src/lib.rs
index 5cb8befc..f201dff8 100644
--- a/store/src/lib.rs
+++ b/store/src/lib.rs
@@ -88,8 +88,7 @@ use store_protocol_capnp::node;
/// Macros managing requests and responses.
#[macro_use] mod macros;
-/// Storage backend.
-mod backend;
+pub mod backend;
/// Returns the service descriptor.
#[doc(hidden)]