Move deny(warnings) into rustbuild
This permits easier iteration without having to worry about warnings being denied. Fixes #49517
This commit is contained in:
parent
b7da1aaff6
commit
c115cc655c
56 changed files with 26 additions and 63 deletions
|
|
@ -19,7 +19,6 @@
|
|||
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![deny(warnings)]
|
||||
|
||||
#![feature(collections_range)]
|
||||
#![feature(nonzero)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue