Skip to content

Commit

Permalink
tool_lints has stabilised.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Oct 12, 2018
1 parent 481e922 commit b0dfd5d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion benches/hashmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#![feature(test)]
#![cfg_attr(feature = "cargo-clippy", feature(tool_lints))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]

extern crate im;
Expand Down
1 change: 0 additions & 1 deletion benches/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#![feature(test)]
#![cfg_attr(feature = "cargo-clippy", feature(tool_lints))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]

extern crate im;
Expand Down
1 change: 0 additions & 1 deletion benches/ordmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#![feature(test)]
#![cfg_attr(feature = "cargo-clippy", feature(tool_lints))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]

extern crate im;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
//! [cons-list]: https://en.wikipedia.org/wiki/Cons#Lists
#![deny(unsafe_code)]
#![cfg_attr(feature = "cargo-clippy", feature(tool_lints))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]
#![cfg_attr(has_specialisation, feature(specialization))]
Expand Down

0 comments on commit b0dfd5d

Please sign in to comment.