From 8b10cbfa1a12ddd167c7c7fd2e406a0450a33d67 Mon Sep 17 00:00:00 2001 From: sourceturner <126549-sourceturner@users.noreply.gitlab.redox-os.org> Date: Sun, 19 Apr 2026 21:58:20 +0200 Subject: [PATCH] set 'deprecated' flag to 'deny' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f855dbfde7..1ab1b32510 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 = "allow" # TODO review occuurences +deprecated = "deny" # TODO review occuurences improper_ctypes_definitions = "deny" internal_features = "allow" # core_intrinsics and lang_items irrefutable_let_patterns = "deny"