aboutsummaryrefslogtreecommitdiff
path: root/src/table/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/lib.rs')
-rw-r--r--src/table/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/lib.rs b/src/table/lib.rs
index c3e14ab8..7b5d0512 100644
--- a/src/table/lib.rs
+++ b/src/table/lib.rs
@@ -1,4 +1,5 @@
#![recursion_limit = "1024"]
+#![allow(clippy::comparison_chain, clippy::upper_case_acronyms)]
#[macro_use]
extern crate log;