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 a45a382

Browse files
authored
chore: suppress new clippy lints (TheAlgorithms#877)
1 parent 6493799 commit a45a382

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Cargo.toml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ unreadable_literal = { level = "allow", priority = 1 }
6868
unused_self = { level = "allow", priority = 1 }
6969
used_underscore_binding = { level = "allow", priority = 1 }
7070
ref_option = { level = "allow", priority = 1 }
71+
unnecessary_semicolon = { level = "allow", priority = 1 }
7172
# restriction-lints:
7273
absolute_paths = { level = "allow", priority = 1 }
7374
arithmetic_side_effects = { level = "allow", priority = 1 }
@@ -142,6 +143,7 @@ unused_trait_names = { level = "allow", priority = 1 }
142143
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 }
146+
precedence_bits = { level = "allow", priority = 1 }
145147
# nursery-lints:
146148
branches_sharing_code = { level = "allow", priority = 1 }
147149
cognitive_complexity = { level = "allow", priority = 1 }
@@ -162,6 +164,8 @@ cargo_common_metadata = { level = "allow", priority = 1 }
162164
# style-lints:
163165
doc_lazy_continuation = { level = "allow", priority = 1 }
164166
needless_return = { level = "allow", priority = 1 }
167+
doc_overindented_list_items = { level = "allow", priority = 1 }
165168
# complexity-lints
166169
needless_lifetimes = { level = "allow", priority = 1 }
167170
precedence = { level = "allow", priority = 1 }
171+
manual_div_ceil = { level = "allow", priority = 1 }

0 commit comments

Comments
(0)

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