fix rocksdb-specific lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e2c7afe69c
commit
c97483dbd3
2 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue