Skip to content

Commit 7ab2a79

Browse files
std: forbid unwrapped unsafe in unsupported_backslash
1 parent b1334ac commit 7ab2a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/path/unsupported_backslash.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![forbid(unsafe_op_in_unsafe_fn)]
12
use crate::ffi::OsStr;
23
use crate::io;
34
use crate::path::{Path, PathBuf, Prefix};

0 commit comments

Comments
 (0)