8000
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.
1 parent b1334ac commit 7ab2a79Copy full SHA for 7ab2a79
library/std/src/sys/path/unsupported_backslash.rs
@@ -1,3 +1,4 @@
1
+#![forbid(unsafe_op_in_unsafe_fn)]
2
use crate::ffi::OsStr;
3
use crate::io;
4
use crate::path::{Path, PathBuf, Prefix};
0 commit comments