change static_mut_refs back to warn
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user