Skip to content

Commit

Permalink
Use 2018 edition for cargotest
Browse files Browse the repository at this point in the history
  • Loading branch information
h-michael committed Feb 3, 2019
1 parent 2966fbc commit 9f34d4b
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 9f34d4b

Please sign in to comment.