remove obsolete comment

thanks to Wildan Mubarok for the hint
This commit is contained in:
sourceturner
2026-04-20 18:54:28 +00:00
parent 8b10cbfa1a
commit a886faff59
+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 = "deny" # TODO review occuurences
deprecated = "deny"
improper_ctypes_definitions = "deny"
internal_features = "allow" # core_intrinsics and lang_items
irrefutable_let_patterns = "deny"