Skip to content

Commit f0c965c

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: remove problematic lints.clippy.tests section
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 9d06198 commit f0c965c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

apps/fortuna/Cargo.toml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,29 +75,3 @@ float_cmp = "deny"
7575
modulo_one = "deny"
7676
integer_division = "deny"
7777
try_err = "deny"
78-
79-
# Allow panic-related lints in tests
80-
[lints.clippy.tests]
81-
unwrap_used = "allow"
82-
expect_used = "allow"
83-
panic = "allow"
84-
panic_in_result_fn = "allow"
85-
indexing_slicing = "allow"
86-
arithmetic_overflow = "allow"
87-
unwrap_in_result = "allow"
88-
option_unwrap_used = "allow"
89-
result_unwrap_used = "allow"
90-
todo = "allow"
91-
unimplemented = "allow"
92-
unreachable = "allow"
93-
expect_fun_call = "allow"
94-
cast_possible_truncation = "allow"
95-
cast_possible_wrap = "allow"
96-
cast_sign_loss = "allow"
97-
cast_precision_loss = "allow"
98-
unchecked_duration_subtraction = "allow"
99-
float_arithmetic = "allow"
100-
float_cmp = "allow"
101-
modulo_one = "allow"
102-
integer_division = "allow"
103-
try_err = "allow"

0 commit comments

Comments
 (0)