change static_mut_refs back to warn

This commit is contained in:
auronandace
2026-02-20 16:06:16 +00:00
parent 28ba26cc2b
commit 02a68d3c87
+1 -1
View File
@@ -58,7 +58,7 @@ too_many_arguments = "allow" # This is needed in some cases, like for syscall
unwrap_used = "warn"
[lints.rust]
static_mut_refs = "deny"
static_mut_refs = "warn" # FIXME deny once all occurrences are fixed
# This is usually a serious issue - a missing import of a define where it is interpreted
# as a catch-all variable in a match, for example
unreachable_patterns = "deny"