Skip to content

Commit 0c7affc

Browse files
committed
chore: suppress new clippy lints
1 parent dbef3d6 commit 0c7affc

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
@@ -69,6 +69,7 @@ used_underscore_binding = { level = "allow", priority = 1 }
6969
ref_option = { level = "allow", priority = 1 }
7070
unnecessary_semicolon = { level = "allow", priority = 1 }
7171
ignore_without_reason = { level = "allow", priority = 1 }
72+
needless_for_each = { level = "allow", priority = 1 }
7273
# restriction-lints:
7374
absolute_paths = { level = "allow", priority = 1 }
7475
arithmetic_side_effects = { level = "allow", priority = 1 }
@@ -169,3 +170,5 @@ doc_overindented_list_items = { level = "allow", priority = 1 }
169170
# complexity-lints
170171
precedence = { level = "allow", priority = 1 }
171172
manual_div_ceil = { level = "allow", priority = 1 }
173+
# perf-lints
174+
cloned_ref_to_slice_refs = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)