We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc9cb6 commit bbde32aCopy full SHA for bbde32a
solana/Cargo.toml
@@ -22,6 +22,7 @@ cast_possible_wrap = "deny"
22
cast_precision_loss = "deny"
23
cast_sign_loss = "deny"
24
unchecked_duration_subtraction = "deny"
25
+or_fun_call = "deny"
26
overflow_check_conditional = "deny"
27
modulo_one = "deny"
28
manual_slice_size_calculation = "deny"
0 commit comments