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.
2 parents 4314dba + 9f34d4b commit 8ae730aCopy full SHA for 8ae730a
src/tools/cargotest/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "cargotest2"
3
version = "0.1.0"
4
authors = ["Brian Anderson <[email protected]>"]
5
+edition = "2018"
6
7
[[bin]]
8
name = "cargotest"
src/tools/cargotest/main.rs
@@ -1,3 +1,5 @@
1
+#![deny(rust_2018_idioms)]
+
use std::env;
use std::process::Command;
use std::path::{Path, PathBuf};
0 commit comments