remove obsolete comment
thanks to Wildan Mubarok for the hint
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user