Skip to content

Commit 72b908f

Browse files
committed
Restore #![deny(warnings)]
1 parent d1e3567 commit 72b908f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
//! also check out the `src/bootstrap/README.md` file for more information.
115115
116116
#![deny(bare_trait_objects)]
117+
#![deny(warnings)]
117118
#![feature(core_intrinsics)]
118119
#![feature(drain_filter)]
119120

0 commit comments

Comments
 (0)