* 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,4 +1,5 @@
|
||||
#![feature(test)]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
||||
extern crate test;
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#![feature(test)]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
||||
extern crate test;
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
pub mod accounts;
|
||||
pub mod accounts_background_service;
|
||||
pub mod accounts_cache;
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
use solana_runtime::{
|
||||
bank::Bank,
|
||||
bank_client::BankClient,
|
||||
|
Reference in New Issue
Block a user