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 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#![allow(cast_possible_truncation)]
|
||||
#![allow(float_cmp)]
|
||||
|
||||
use rustc::lint::LateContext;
|
||||
use rustc::hir::def::Def;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue