Skip to content

Commit c4d4f80

Browse files
committed
Silence clippy warnings in integration tests
1 parent 6d922ad commit c4d4f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::float_cmp, clippy::eq_op, clippy::op_ref)]
2+
13
extern crate num_traits;
24
extern crate ordered_float;
35

0 commit comments

Comments
 (0)