Skip to content

Commit d1301d9

Browse files
committed
1 parent 01b7177 commit d1301d9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.clippy.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
allow-mixed-uninlined-format-args = false
2+
array-size-threshold = 262144
13
avoid-breaking-exported-api = false
24
check-private-items = true
35
cognitive-complexity-threshold = 24
46
missing-docs-in-crate-items = true
5-
allow-mixed-uninlined-format-args = false

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,6 @@ collapsible_if = { level = "allow", priority = 127 } # remove me
726726
# | jq -r '.message.code.code | select(. != null and startswith("clippy::"))' \
727727
# | sort | uniq -c | sort -h -r
728728
#
729-
# TODO:
730-
# remove large_stack_arrays when https://github.com/rust-lang/rust-clippy/issues/13774 is fixed
731-
#
732729
all = { level = "warn", priority = -1 }
733730
cargo = { level = "warn", priority = -1 }
734731
pedantic = { level = "warn", priority = -1 }
@@ -748,7 +745,6 @@ cast_precision_loss = "allow" # 52
748745
cast_lossless = "allow" # 35
749746
ignored_unit_patterns = "allow" # 21
750747
similar_names = "allow" # 20
751-
large_stack_arrays = "allow" # 20
752748
needless_pass_by_value = "allow" # 16
753749
float_cmp = "allow" # 12
754750
items_after_statements = "allow" # 11

0 commit comments

Comments
 (0)