Skip to content

Commit bc3ef17

Browse files
authored
chore: suppress new clippy lints (TheAlgorithms#883)
1 parent 95d47cd commit bc3ef17

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
@@ -69,6 +69,8 @@ unused_self = { level = "allow", priority = 1 }
6969
used_underscore_binding = { level = "allow", priority = 1 }
7070
ref_option = { level = "allow", priority = 1 }
7171
unnecessary_semicolon = { level = "allow", priority = 1 }
72+
elidable_lifetime_names = { level = "allow", priority = 1 }
73+
manual_midpoint = { level = "allow", priority = 1 }
7274
# restriction-lints:
7375
absolute_paths = { level = "allow", priority = 1 }
7476
arithmetic_side_effects = { level = "allow", priority = 1 }
@@ -144,6 +146,7 @@ used_underscore_items = { level = "allow", priority = 1 }
144146
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
145147
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
146148
precedence_bits = { level = "allow", priority = 1 }
149+
string_to_string = { level = "allow", priority = 1 }
147150
# nursery-lints:
148151
branches_sharing_code = { level = "allow", priority = 1 }
149152
cognitive_complexity = { level = "allow", priority = 1 }
@@ -165,6 +168,7 @@ cargo_common_metadata = { level = "allow", priority = 1 }
165168
doc_lazy_continuation = { level = "allow", priority = 1 }
166169
needless_return = { level = "allow", priority = 1 }
167170
doc_overindented_list_items = { level = "allow", priority = 1 }
171+
uninlined_format_args = { level = "allow", priority = 1 }
168172
# complexity-lints
169173
needless_lifetimes = { level = "allow", priority = 1 }
170174
precedence = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)