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

@ -71,6 +71,7 @@
//! ```
//! time: 4007, tip converged: 10, trunk id: 3830, trunk time: 3827, trunk converged 100, trunk height 348
//! ```
#![allow(clippy::integer_arithmetic)]
extern crate rand;
use rand::{thread_rng, Rng};