we want to compare to literal float bits in gen

This commit is contained in:
Folkert 2021-01-01 00:09:57 +01:00
parent 728298d15a
commit 4cf5566456

View file

@ -1,6 +1,8 @@
#![warn(clippy::all, clippy::dbg_macro)]
// 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)]
pub mod llvm;