std: forbid unwrapped unsafe in unsupported_backslash
This commit is contained in:
parent
1d83da8847
commit
e9b3e9c7f4
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#![forbid(unsafe_op_in_unsafe_fn)]
|
||||
use crate::ffi::OsStr;
|
||||
use crate::io;
|
||||
use crate::path::{Path, PathBuf, Prefix};
|
||||
|
|
Loading…
Add table
Reference in a new issue