]> git.lizzy.rs Git - rust.git/commitdiff
Remove now stable tool_attributes feature
authorflip1995 <9744647+flip1995@users.noreply.github.com>
Thu, 23 Aug 2018 13:36:07 +0000 (15:36 +0200)
committerflip1995 <9744647+flip1995@users.noreply.github.com>
Thu, 23 Aug 2018 13:36:07 +0000 (15:36 +0200)
clippy_lints/src/lib.rs
tests/needless_continue_helpers.rs
tests/trim_multiline.rs
tests/ui/author.rs
tests/ui/author/call.rs
tests/ui/author/for_loop.rs
tests/ui/cyclomatic_complexity.rs
tests/ui/cyclomatic_complexity_attr_used.rs
tests/ui/trailing_zeros.rs

index 76649d8a1451c7714e7ac527d246af89a08a0521..c8e5aabc00a39cf490aecfe7de28edba97dcaab0 100644 (file)
@@ -8,10 +8,8 @@
 #![feature(macro_vis_matcher)]
 #![allow(unknown_lints, shadow_reuse, missing_docs_in_private_items)]
 #![recursion_limit = "256"]
-#![allow(stable_features)]
 #![feature(iterator_find_map)]
 #![feature(macro_at_most_once_rep)]
-#![feature(tool_attributes)]
 #![warn(rust_2018_idioms)]
 
 use toml;
index f608ef1ad021c0c4324241ac0820d3985c1b777d..2f6f5c0a81cc75b9f38794cd10d7837c99786819 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes)]
+
 
 // Tests for the various helper functions used by the needless_continue
 // lint that don't belong in utils.
index a61eee409287f74399832a8f91d4fb412474ff6a..a0db2e59a29ead3b367068e8d4e5259e3a784f8a 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes)]
+
 
 /// test the multiline-trim function
 extern crate clippy_lints;
index eec26bcce3c8d57c053815b3353818b8a08caacf..e8a04bb7b1316b8f3bf6c3dd8fff0e6b953f4dd6 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes)]
+
 
 fn main() {
 
index 8d085112f3bdd6709d0755efe5f8a0f056c3bbde..c3e9846e21c9511a6d41111f1e40a0998c55e3a5 100755 (executable)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes)]
+
 
 fn main() {
     #[clippy::author]
index 026aee4746d157ae6d7c3f2d7a4b755ff663b6cb..b3dec876535c5e5e374f39baa5d6d89ba9535fad 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes, stmt_expr_attributes)]
+#![feature(stmt_expr_attributes)]
 
 fn main() {
     #[clippy::author]
index 3214505ba1e3b420fa9826b73d292da82eb5fd53..7166ed25948d93d6a185e3272bf005c7699ac5f2 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes)]
+
 
 #![allow(clippy)]
 #![warn(cyclomatic_complexity)]
index 50b19f9d7ba2b69606ebc06d4edbe83d44ed23a7..dbd4e438a12f43da2896a2da1ab18bdd82ce9c1b 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(tool_attributes)]
+
 
 #![warn(cyclomatic_complexity)]
 #![warn(unused)]
index 5494e78062813bbb92c99e23157c2f33147d5abf..58c04d292bc4f9d42d10f39a755a7013852a14bc 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(stmt_expr_attributes, tool_attributes)]
+#![feature(stmt_expr_attributes)]
 
 #![allow(unused_parens)]