Skip to content

Commit

Permalink
Restore #![deny(warnings)]
Browse files Browse the repository at this point in the history
  • Loading branch information
ljedrz committed Jul 10, 2018
1 parent d1e3567 commit 72b908f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
//! also check out the `src/bootstrap/README.md` file for more information.
#![deny(bare_trait_objects)]
#![deny(warnings)]
#![feature(core_intrinsics)]
#![feature(drain_filter)]

Expand Down

0 comments on commit 72b908f

Please sign in to comment.