Stabilize tool lints

This commit is contained in:
Oliver Scherer 2018-10-11 12:16:22 +02:00
parent 8b45dd704b
commit b8654eaa6c
205 changed files with 211 additions and 212 deletions

View file

@ -11,7 +11,7 @@
// error-pattern:yummy
#![feature(box_syntax)]
#![feature(rustc_private)]
#![feature(tool_lints)]
#![feature(try_from)]
#![allow(unknown_lints, clippy::missing_docs_in_private_items)]