* CI: Globally deny clippy::integer_arithmetic lint (cherry picked from commit7035e8485c) * Re-allow clippy::integer_arithmetic at crate-level (cherry picked from commit7f7370c306) # Conflicts: # bench-tps/tests/bench_tps.rs Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
#![allow(clippy::integer_arithmetic)]
 | 
			
		||||
use {
 | 
			
		||||
    solana_program::{
 | 
			
		||||
        account_info::{next_account_info, AccountInfo},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user