Rollup merge of #58225 - taiki-e:librustc_fs_util-2018, r=Centril

librustc_fs_util => 2018

Transitions `librustc_fs_util` to Rust 2018; cc #58099

r? @Centril
This commit is contained in:
kennytm 2019-02-07 13:57:54 +08:00 committed by GitHub
commit c0a135f541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
authors = ["The Rust Project Developers"]
name = "rustc_fs_util"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_fs_util"

View file

@ -1,3 +1,5 @@
#![deny(rust_2018_idioms)]
use std::path::{Path, PathBuf};
use std::ffi::CString;
use std::fs;