Skip to content

Commit 0354d7a

Browse files
committed
Remove unneeded FIXME
1 parent c756526 commit 0354d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/path.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ fn has_physical_root(s: &[u8], prefix: Option<Prefix>) -> bool {
409409
}
410410

411411
// basic workhorse for splitting stem and extension
412-
#[allow(unused_unsafe)] // FIXME
413412
fn split_file_at_dot(file: &OsStr) -> (Option<&OsStr>, Option<&OsStr>) {
414413
unsafe {
415414
if os_str_as_u8_slice(file) == b".." { return (Some(file), None) }

0 commit comments

Comments
 (0)