Skip to content

Commit

Permalink
solana: Clippy: allow unwrap/expect in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Apr 25, 2024
1 parent 6c8ace6 commit 85f881c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solana/clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true

0 comments on commit 85f881c

Please sign in to comment.