Re-allow clippy::integer_arithmetic at crate-level
This commit is contained in:
committed by
Trent Nelson
parent
7035e8485c
commit
7f7370c306
@@ -1,3 +1,4 @@
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
pub mod address_generator;
|
||||
pub mod genesis_accounts;
|
||||
pub mod stakes;
|
||||
|
@@ -1,4 +1,5 @@
|
||||
//! A command-line executable for generating the chain's genesis config.
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate solana_budget_program;
|
||||
|
Reference in New Issue
Block a user