diff options
Diffstat (limited to 'src/table/lib.rs')
-rw-r--r-- | src/table/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/lib.rs b/src/table/lib.rs index 7b5d0512..53d2c93b 100644 --- a/src/table/lib.rs +++ b/src/table/lib.rs @@ -1,5 +1,5 @@ #![recursion_limit = "1024"] -#![allow(clippy::comparison_chain, clippy::upper_case_acronyms)] +#![allow(clippy::comparison_chain)] #[macro_use] extern crate log; |