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)]
|
||||
extern crate byte_unit;
|
||||
|
||||
use byte_unit::Byte;
|
||||
|
Reference in New Issue
Block a user