Allow all the arguments

This commit is contained in:
Ayaz Hafiz 2022-12-29 11:42:24 -06:00
parent 759f8d86af
commit 0011636ba9
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 2 additions and 13 deletions

View file

@ -5,6 +5,8 @@
#![allow(clippy::large_enum_variant)]
// we actually want to compare against the literal float bits
#![allow(clippy::float_cmp)]
// Not a useful lint for us
#![allow(clippy::too_many_arguments)]
pub mod llvm;