aboutsummaryrefslogtreecommitdiff
path: root/src/store/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/mod.rs')
-rw-r--r--src/store/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/mod.rs b/src/store/mod.rs
index b6a8dc46..962264c4 100644
--- a/src/store/mod.rs
+++ b/src/store/mod.rs
@@ -3,4 +3,5 @@ pub mod block_ref_table;
pub mod bucket_table;
pub mod key_table;
pub mod object_table;
+pub mod repair;
pub mod version_table;