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 99e33d1

Browse files
authored
chore: suppress new clippy lints (TheAlgorithms#895)
1 parent ff55eda commit 99e33d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Cargo.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ unused_self = { level = "allow", priority = 1 }
6868
used_underscore_binding = { level = "allow", priority = 1 }
6969
ref_option = { level = "allow", priority = 1 }
7070
unnecessary_semicolon = { level = "allow", priority = 1 }
71+
ignore_without_reason = { level = "allow", priority = 1 }
7172
# restriction-lints:
7273
absolute_paths = { level = "allow", priority = 1 }
7374
arithmetic_side_effects = { level = "allow", priority = 1 }
@@ -143,6 +144,7 @@ used_underscore_items = { level = "allow", priority = 1 }
143144
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
144145
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
145146
precedence_bits = { level = "allow", priority = 1 }
147+
redundant_test_prefix = { level = "allow", priority = 1 }
146148
# nursery-lints:
147149
branches_sharing_code = { level = "allow", priority = 1 }
148150
cognitive_complexity = { level = "allow", priority = 1 }

0 commit comments

Comments
(0)

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