Skip to content

Commit 9cfc73c

Browse files
Deny warnings
1 parent c8edb36 commit 9cfc73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
//! More documentation can be found in each respective module below, and you can
114114
//! also check out the `src/bootstrap/README.md` file for more information.
115115
116-
//#![deny(warnings)]
116+
#![deny(warnings)]
117117
#![feature(core_intrinsics)]
118118

119119
#[macro_use]

0 commit comments

Comments
 (0)