mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-24 22:04:06 +00:00
Allow all the arguments
This commit is contained in:
parent
759f8d86af
commit
0011636ba9
5 changed files with 2 additions and 13 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue