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.
needless_range_loop
1 parent 7c1542b commit bc518bcCopy full SHA for bc518bc
Cargo.toml
@@ -164,6 +164,7 @@ cargo_common_metadata = { level = "allow", priority = 1 }
164
doc_lazy_continuation = { level = "allow", priority = 1 }
165
needless_return = { level = "allow", priority = 1 }
166
doc_overindented_list_items = { level = "allow", priority = 1 }
167
+needless_range_loop = { level = "allow", priority = 1 }
168
# complexity-lints
169
precedence = { level = "allow", priority = 1 }
170
manual_div_ceil = { level = "allow", priority = 1 }
0 commit comments