Skip to content

Commit

Permalink
Rollup merge of rust-lang#58225 - taiki-e:librustc_fs_util-2018, r=Ce…
Browse files Browse the repository at this point in the history
…ntril

librustc_fs_util => 2018

Transitions `librustc_fs_util` to Rust 2018; cc rust-lang#58099

r? @Centril
  • Loading branch information
kennytm authored Feb 7, 2019
2 parents d05313d + d4a60e0 commit c0a135f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_fs_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["The Rust Project Developers"]
name = "rustc_fs_util"
version = "0.0.0"
edition = "2018"

[lib]
name = "rustc_fs_util"
Expand Down
2 changes: 2 additions & 0 deletions src/librustc_fs_util/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(rust_2018_idioms)]

use std::path::{Path, PathBuf};
use std::ffi::CString;
use std::fs;
Expand Down

0 comments on commit c0a135f

Please sign in to comment.