Restore #![deny(warnings)]

This commit is contained in:
ljedrz
2018-07-10 21:20:04 +02:00
parent d1e3567250
commit 72b908ffbe

View File

@@ -114,6 +114,7 @@
//! also check out the `src/bootstrap/README.md` file for more information. //! also check out the `src/bootstrap/README.md` file for more information.
#![deny(bare_trait_objects)] #![deny(bare_trait_objects)]
#![deny(warnings)]
#![feature(core_intrinsics)] #![feature(core_intrinsics)]
#![feature(drain_filter)] #![feature(drain_filter)]