Skip to content

Commit 165def8

Browse files
Set 'allow-panic-in-tests = true' in the Rust Clippy config
1 parent 474e2f8 commit 165def8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

earthly/rust/stdcfgs/clippy.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
allow-unwrap-in-tests = true
22
allow-expect-in-tests = true
3+
allow-panic-in-tests = true

examples/rust/clippy.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
allow-unwrap-in-tests = true
22
allow-expect-in-tests = true
3+
allow-panic-in-tests = true

0 commit comments

Comments
 (0)