Skip to content

Commit 8ae730a

Browse files
committed
Auto merge of #58095 - h-michael:cargotest-2018, r=Centril
Transition cargotest to Rust 2018 Only updating Cargo.toml #58099
2 parents 4314dba + 9f34d4b commit 8ae730a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/tools/cargotest/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "cargotest2"
33
version = "0.1.0"
44
authors = ["Brian Anderson <[email protected]>"]
5+
edition = "2018"
56

67
[[bin]]
78
name = "cargotest"

src/tools/cargotest/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![deny(rust_2018_idioms)]
2+
13
use std::env;
24
use std::process::Command;
35
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)