Skip to content

Commit

Permalink
fix: Allow_expect instead of allow _unwrap (#117)
Browse files Browse the repository at this point in the history
* fix: change allow unwrap to allow expect

* fix: clippy example
  • Loading branch information
kukkok3 authored Dec 1, 2023
1 parent c2f7d03 commit ead76a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion earthly/rust/stdcfgs/clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true
2 changes: 1 addition & 1 deletion examples/rust/clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true

0 comments on commit ead76a1

Please sign in to comment.