Skip to content

Commit

Permalink
Auto merge of #58095 - h-michael:cargotest-2018, r=Centril
Browse files Browse the repository at this point in the history
Transition cargotest to Rust 2018

Only updating Cargo.toml

#58099
  • Loading branch information
bors committed Feb 4, 2019
2 parents 4314dba + 9f34d4b commit 8ae730a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/cargotest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cargotest2"
version = "0.1.0"
authors = ["Brian Anderson <banderson@mozilla.com>"]
edition = "2018"

[[bin]]
name = "cargotest"
Expand Down
2 changes: 2 additions & 0 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(rust_2018_idioms)]

use std::env;
use std::process::Command;
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit 8ae730a

Please sign in to comment.