Skip to content

Commit d4a60e0

Browse files
committed
librustc_fs_util => 2018
1 parent b139669 commit d4a60e0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/librustc_fs_util/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_fs_util"
44
version = "0.0.0"
5+
edition = "2018"
56

67
[lib]
78
name = "rustc_fs_util"

src/librustc_fs_util/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![deny(rust_2018_idioms)]
2+
13
use std::path::{Path, PathBuf};
24
use std::ffi::CString;
35
use std::fs;

0 commit comments

Comments
 (0)