std: forbid unwrapped unsafe in unsupported_backslash

This commit is contained in:
Jubilee Young 2024-07-17 13:10:12 -07:00
parent 1d83da8847
commit e9b3e9c7f4

View file

@ -1,3 +1,4 @@
#![forbid(unsafe_op_in_unsafe_fn)]
use crate::ffi::OsStr;
use crate::io;
use crate::path::{Path, PathBuf, Prefix};