Eliminate type-length and recursion relaxations.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-03-09 11:45:23 +00:00
parent beb9fa0ecd
commit 715d0a11c6
6 changed files with 3 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
#![type_length_limit = "65536"]
#![allow(unused_features)] // 1.96.0-nightly 2026-03-07 bug
extern crate rust_rocksdb as rocksdb;