From 8b50f04ee05d07f35b3f1293c4baf7e2746bf418 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Wed, 27 Nov 2024 21:43:31 -0500 Subject: [PATCH] Update lints --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b78d96cc..570a8692d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,7 @@ debug = 2 ambiguous-glob-reexports = "deny" clashing-extern-declarations = "deny" const-item-mutation = "deny" +dangling-pointers-from-temporaries = "deny" deref-nullptr = "deny" drop-bounds = "deny" future-incompatible = "deny" @@ -66,7 +67,6 @@ non-ascii-idents = "deny" opaque-hidden-inferred-bound = "deny" overlapping-range-endpoints = "deny" suspicious-double-ref-op = "deny" -temporary-cstring-as-ptr = "deny" unconditional-recursion = "deny" unexpected_cfgs = { level = "deny", check-cfg = [ "cfg(__ui_tests)",