set 'deprecated' flag to 'deny'

This commit is contained in:
sourceturner
2026-04-19 21:58:20 +02:00
committed by sourceturner
parent 2873086f39
commit 8b10cbfa1a
+1 -1
View File
@@ -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"