Rollup merge of #58120 - h-michael:build_helper-theme-2018, r=Centril
Transition build_helper to 2018 edition Transitions build_helper to Rust 2018; cc #58099 r? @Centril
This commit is contained in:
commit
6f5941e113
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
name = "build_helper"
|
name = "build_helper"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "build_helper"
|
name = "build_helper"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![deny(rust_2018_idioms)]
|
||||||
|
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
use std::process::{Command, Stdio};
|
use std::process::{Command, Stdio};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue