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 e55f1bb

Browse files
authored
chore: suppress new clippy lints (TheAlgorithms#871)
1 parent ae10da6 commit e55f1bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎Cargo.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ unused_trait_names = { level = "allow", priority = 1 }
142142
used_underscore_items = { level = "allow", priority = 1 }
143143
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
144144
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
145+
needless_raw_strings = { level = "allow", priority = 1 }
145146
# nursery-lints:
146147
branches_sharing_code = { level = "allow", priority = 1 }
147148
cognitive_complexity = { level = "allow", priority = 1 }
@@ -162,5 +163,7 @@ cargo_common_metadata = { level = "allow", priority = 1 }
162163
# style-lints:
163164
doc_lazy_continuation = { level = "allow", priority = 1 }
164165
needless_return = { level = "allow", priority = 1 }
166+
unnecessary_map_or = { level = "allow", priority = 1 }
165167
# complexity-lints
166168
needless_lifetimes = { level = "allow", priority = 1 }
169+
precedence = { level = "allow", priority = 1 }

0 commit comments

Comments
(0)

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