Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 21f5615

Browse files
authored
chore: suppress needless_range_loop (TheAlgorithms#948)
1 parent 7c1542b commit 21f5615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ cargo_common_metadata = { level = "allow", priority = 1 }
164164
doc_lazy_continuation = { level = "allow", priority = 1 }
165165
needless_return = { level = "allow", priority = 1 }
166166
doc_overindented_list_items = { level = "allow", priority = 1 }
167+
needless_range_loop = { level = "allow", priority = 1 }
167168
# complexity-lints
168169
precedence = { level = "allow", priority = 1 }
169170
manual_div_ceil = { level = "allow", priority = 1 }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /