Use 2018 edition for cargotest
This commit is contained in:
parent
2966fbc10d
commit
9f34d4b357
2 changed files with 3 additions and 0 deletions
|
@ -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 a new issue