diff --git a/Cargo.toml b/Cargo.toml index eae6c1c..85a071e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,6 +54,7 @@ break_with_label_and_loop = "deny" clashing_extern_declarations = "deny" confusable_idents = "deny" const_item_mutation = "deny" +dangling_pointers_from_temporaries = "deny" deprecated = "deny" deprecated_where_clause_location = "deny" deref_nullptr = "deny" @@ -91,7 +92,6 @@ private_interfaces = "deny" special_module_name = "deny" stable_features = "deny" suspicious_double_ref_op = "deny" -temporary_cstring_as_ptr = "deny" trivial_bounds = "deny" type_alias_bounds = "deny" unconditional_recursion = "deny"