diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e9aa709..855c8d8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -92,7 +92,6 @@ suspicious_xor_used_as_pow = "warn" tests_outside_test_module = "warn" todo = "warn" try_err = "warn" -undocumented_unsafe_blocks = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unnecessary_self_imports = "warn"