mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
we want to compare to literal float bits in gen
This commit is contained in:
parent
728298d15a
commit
4cf5566456
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue