librustc_fs_util => 2018

This commit is contained in:
Taiki Endo 2019-02-06 23:18:33 +09:00
parent b139669f37
commit d4a60e01d1
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;