mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
nightly clippy
I was on nightly for benchmarks, and these all seem reasonable.
This commit is contained in:
parent
6fe1d41c55
commit
53ccef0506
12 changed files with 36 additions and 47 deletions
|
@ -2,7 +2,7 @@
|
|||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
// we actually want to compare against the literal float bits
|
||||
#![allow(clippy::clippy::float_cmp)]
|
||||
#![allow(clippy::float_cmp)]
|
||||
|
||||
pub mod llvm;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue