We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d05313d + d4a60e0 commit c0a135fCopy full SHA for c0a135f
src/librustc_fs_util/Cargo.toml
@@ -2,6 +2,7 @@
2
authors = ["The Rust Project Developers"]
3
name = "rustc_fs_util"
4
version = "0.0.0"
5
+edition = "2018"
6
7
[lib]
8
src/librustc_fs_util/lib.rs
@@ -1,3 +1,5 @@
1
+#![deny(rust_2018_idioms)]
+
use std::path::{Path, PathBuf};
use std::ffi::CString;
use std::fs;
0 commit comments