From a886faff59837eb9f07717fc0d66a134e0a9495e Mon Sep 17 00:00:00 2001 From: sourceturner Date: Mon, 20 Apr 2026 18:54:28 +0000 Subject: [PATCH] remove obsolete comment thanks to Wildan Mubarok for the hint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"