We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9848c66 commit 6f52032Copy full SHA for 6f52032
build_system/src/main.rs
@@ -1,3 +1,5 @@
1
+#![deny(warnings)]
2
+
3
use std::{env, process};
4
5
mod build;
0 commit comments