sdk/program: switch allow to mod-level for integer_arithmetic lint
This commit is contained in:
committed by
Trent Nelson
parent
5b2b824a53
commit
98d7673a03
@@ -1,3 +1,4 @@
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
//! This account contains the serialized transaction instructions
|
||||
|
||||
use crate::{instruction::Instruction, sanitize::SanitizeError, sysvar::Sysvar};
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
use crate::{
|
||||
declare_sysvar_id,
|
||||
fee_calculator::FeeCalculator,
|
||||
|
Reference in New Issue
Block a user