diff --git a/solana/clippy.toml b/solana/clippy.toml new file mode 100644 index 000000000..0358cdb50 --- /dev/null +++ b/solana/clippy.toml @@ -0,0 +1,2 @@ +allow-unwrap-in-tests = true +allow-expect-in-tests = true