fix rocksdb-specific lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-02 21:02:29 -05:00 committed by June
parent e2c7afe69c
commit c97483dbd3
2 changed files with 3 additions and 4 deletions

View file

@ -223,7 +223,6 @@ elided_lifetimes_in_paths = "warn"
macro_use_extern_crate = "warn"
single_use_lifetimes = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_tuple_struct_fields = "warn"
# not in rust 1.75.0 (doesn't break CI but won't check for it)
unit_bindings = "warn"