Auto merge of #58095 - h-michael:cargotest-2018, r=Centril

Transition cargotest to Rust 2018

Only updating Cargo.toml

#58099
This commit is contained in:
bors
2019-02-04 05:16:11 +00:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "cargotest2"
version = "0.1.0"
authors = ["Brian Anderson <banderson@mozilla.com>"]
edition = "2018"
[[bin]]
name = "cargotest"
+2
View File
@@ -1,3 +1,5 @@
#![deny(rust_2018_idioms)]
use std::env;
use std::process::Command;
use std::path::{Path, PathBuf};