Skip to content

Commit

Permalink
std: forbid unwrapped unsafe in unsupported_backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 19, 2024
1 parent 1d83da8 commit e9b3e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/path/unsupported_backslash.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![forbid(unsafe_op_in_unsafe_fn)]
use crate::ffi::OsStr;
use crate::io;
use crate::path::{Path, PathBuf, Prefix};
Expand Down

0 comments on commit e9b3e9c

Please sign in to comment.