suppress useless clippy warnings
This commit is contained in:
parent
de3480c3c2
commit
0960b00b10
1 changed files with 9 additions and 0 deletions
|
|
@ -5,6 +5,15 @@
|
|||
all(target_arch = "wasm32", feature = "unstable"),
|
||||
feature(core_intrinsics)
|
||||
)]
|
||||
#![allow(clippy::unreadable_literal)]
|
||||
#![allow(clippy::many_single_char_names)]
|
||||
#![allow(clippy::needless_return)]
|
||||
#![allow(clippy::int_plus_one)]
|
||||
#![allow(clippy::deprecated_cfg_attr)]
|
||||
#![allow(clippy::mixed_case_hex_literals)]
|
||||
#![allow(clippy::float_cmp)]
|
||||
#![allow(clippy::eq_op)]
|
||||
#![allow(clippy::assign_op_pattern)]
|
||||
|
||||
mod math;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue