sdk/program: switch allow to mod-level for integer_arithmetic lint

This commit is contained in:
Trent Nelson
2021-03-12 00:25:52 -07:00
committed by Trent Nelson
parent 5b2b824a53
commit 98d7673a03
17 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]
#![allow(clippy::integer_arithmetic)]
// Allows macro expansion of `use ::solana_program::*` to work within this crate
extern crate self as solana_program;