Disable some noisy clippy warnings

This commit is contained in:
Vinzent Steinberg 2017-05-30 10:54:14 +02:00
parent d68a138d86
commit 20521ac22c
11 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate bencher;
extern crate rand;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate bencher;
extern crate rand;

View File

@ -97,6 +97,7 @@
//! assert_eq!(s.max(), 5.0);
//! ```
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#![no_std]

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate average;
extern crate core;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
extern crate average;
extern crate core;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate average;
extern crate core;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
extern crate average;
extern crate core;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate average;
extern crate rand;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate average;
extern crate core;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate average;
extern crate rand;

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))]
#[macro_use] extern crate average;
extern crate core;