Deny warnings

This commit is contained in:
Mark Simulacrum 2018-02-15 18:31:17 -07:00
parent c8edb36520
commit 9cfc73cd3f

View file

@ -113,7 +113,7 @@
//! 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)]
#![deny(warnings)]
#![feature(core_intrinsics)]
#[macro_use]