diff --git a/Cargo.toml b/Cargo.toml index 1ab1b32510..c05f7f66f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ zero_ptr = "warn" # must allow on public constants due to cbindgen issue [workspace.lints.rust] dangling_pointers_from_temporaries = "deny" dead_code = "allow" # TODO review occuurences -deprecated = "deny" # TODO review occuurences +deprecated = "deny" improper_ctypes_definitions = "deny" internal_features = "allow" # core_intrinsics and lang_items irrefutable_let_patterns = "deny"