Remove now stable tool_attributes feature

This commit is contained in:
flip1995 2018-08-23 15:36:07 +02:00
parent 712d2d4fa1
commit 37099ae034
No known key found for this signature in database
GPG key ID: ECF9412261FAA470
9 changed files with 8 additions and 10 deletions

View 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;

View 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.

View file

@ -1,4 +1,4 @@
#![feature(tool_attributes)]
/// test the multiline-trim function
extern crate clippy_lints;

View file

@ -1,4 +1,4 @@
#![feature(tool_attributes)]
fn main() {

View file

@ -1,4 +1,4 @@
#![feature(tool_attributes)]
fn main() {
#[clippy::author]

View file

@ -1,4 +1,4 @@
#![feature(tool_attributes, stmt_expr_attributes)]
#![feature(stmt_expr_attributes)]
fn main() {
#[clippy::author]

View file

@ -1,4 +1,4 @@
#![feature(tool_attributes)]
#![allow(clippy)]
#![warn(cyclomatic_complexity)]

View file

@ -1,4 +1,4 @@
#![feature(tool_attributes)]
#![warn(cyclomatic_complexity)]
#![warn(unused)]

View file

@ -1,4 +1,4 @@
#![feature(stmt_expr_attributes, tool_attributes)]
#![feature(stmt_expr_attributes)]
#![allow(unused_parens)]