Move deny(warnings) into rustbuild

This permits easier iteration without having to worry about warnings
being denied.

Fixes #49517
This commit is contained in:
Mark Simulacrum
2018-04-01 09:35:53 -06:00
parent b7da1aaff6
commit c115cc655c
56 changed files with 26 additions and 63 deletions

View File

@@ -24,7 +24,6 @@
//! See [the book](../book/first-edition/procedural-macros.html) for more.
#![stable(feature = "proc_macro_lib", since = "1.15.0")]
#![deny(warnings)]
#![deny(missing_docs)]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",