aboutsummaryrefslogtreecommitdiff
path: root/src/table/crdt/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/crdt/mod.rs')
-rw-r--r--src/table/crdt/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/crdt/mod.rs b/src/table/crdt/mod.rs
index eb75d061..9663a5a5 100644
--- a/src/table/crdt/mod.rs
+++ b/src/table/crdt/mod.rs
@@ -10,6 +10,7 @@
//! Learn more about CRDT [on Wikipedia](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)
mod bool;
+#[allow(clippy::module_inception)]
mod crdt;
mod lww;
mod lww_map;