Allow float_cmp in consts lint code
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
This commit is contained in:
parent
c7770bf907
commit
3b387eaabe
@ -1,4 +1,5 @@
|
||||
#![allow(cast_possible_truncation)]
|
||||
#![allow(float_cmp)]
|
||||
|
||||
use rustc::lint::LateContext;
|
||||
use rustc::hir::def::Def;
|
||||
|
Loading…
Reference in New Issue
Block a user