Use the new scoped tool attributes

This commit is contained in:
Oliver Schneider
2018-05-19 14:04:57 +02:00
parent ebe0b0eed5
commit e0df4ccfc5
14 changed files with 59 additions and 64 deletions

View File

@@ -1,7 +1,6 @@
// error-pattern:cargo-clippy
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![feature(rustc_private)]
#![feature(slice_patterns)]
#![feature(stmt_expr_attributes)]