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