We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c0155 + b6a0787 commit 872f574Copy full SHA for 872f574
Cargo.toml
@@ -67,6 +67,7 @@ used_underscore_binding = { level = "allow", priority = 1 }
67
ref_option = { level = "allow", priority = 1 }
68
unnecessary_semicolon = { level = "allow", priority = 1 }
69
ignore_without_reason = { level = "allow", priority = 1 }
70
+large_stack_arrays = { level = "allow", priority = 1 }
71
# restriction-lints:
72
absolute_paths = { level = "allow", priority = 1 }
73
arithmetic_side_effects = { level = "allow", priority = 1 }
0 commit comments