Re-allow clippy::integer_arithmetic at crate-level

This commit is contained in:
Trent Nelson
2021-02-16 14:48:20 -07:00
committed by Trent Nelson
parent 7035e8485c
commit 7f7370c306
73 changed files with 73 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
#![allow(clippy::integer_arithmetic)]
//! The `solana` library implements the Solana high-performance blockchain architecture.
//! It includes a full Rust implementation of the architecture (see
//! [Validator](server/struct.Validator.html)) as well as hooks to GPU implementations of its most