mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
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:
commit
8ae730a442
@ -2,6 +2,7 @@
|
|||||||
name = "cargotest2"
|
name = "cargotest2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Brian Anderson <banderson@mozilla.com>"]
|
authors = ["Brian Anderson <banderson@mozilla.com>"]
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "cargotest"
|
name = "cargotest"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#![deny(rust_2018_idioms)]
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
|
Loading…
Reference in New Issue
Block a user