Move deny(warnings) into rustbuild
This permits easier iteration without having to worry about warnings being denied. Fixes #49517
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
#![feature(allocator_api)]
|
||||
#![feature(alloc_system)]
|
||||
#![feature(attr_literals)]
|
||||
|
||||
Reference in New Issue
Block a user