Skip to content

Commit bbde32a

Browse files
committed
solana: add or_fun_call lint for efficiency improvement
1 parent dcc9cb6 commit bbde32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solana/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cast_possible_wrap = "deny"
2222
cast_precision_loss = "deny"
2323
cast_sign_loss = "deny"
2424
unchecked_duration_subtraction = "deny"
25+
or_fun_call = "deny"
2526
overflow_check_conditional = "deny"
2627
modulo_one = "deny"
2728
manual_slice_size_calculation = "deny"

0 commit comments

Comments
 (0)