Skip to content

Commit 6f52032

Browse files
Deny warnings in build system
1 parent 9848c66 commit 6f52032

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_system/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![deny(warnings)]
2+
13
use std::{env, process};
24

35
mod build;

0 commit comments

Comments
 (0)