nightly clippy

I was on nightly for benchmarks, and these all seem reasonable.
This commit is contained in:
Richard Feldman 2021-06-17 23:14:32 -04:00
parent 6fe1d41c55
commit 53ccef0506
12 changed files with 36 additions and 47 deletions

View file

@ -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;