rustbuild: Deny and fix warnings
Turned out this lint uncovered an actual bug! Closes #38484
This commit is contained in:
@@ -64,6 +64,8 @@
|
||||
//! More documentation can be found in each respective module below, and you can
|
||||
//! also check out the `src/bootstrap/README.md` file for more information.
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate build_helper;
|
||||
extern crate cmake;
|
||||
extern crate filetime;
|
||||
|
||||
Reference in New Issue
Block a user