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 8a57831 commit 3ad0aabCopy full SHA for 3ad0aab
src/build_helper/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "build_helper"
3
version = "0.1.0"
4
authors = ["The Rust Project Developers"]
5
+edition = "2018"
6
7
[lib]
8
src/build_helper/lib.rs
@@ -1,3 +1,5 @@
1
+#![deny(rust_2018_idioms)]
+
use std::fs::File;
use std::path::{Path, PathBuf};
use std::process::{Command, Stdio};
0 commit comments