Remove unneeded FIXME
This commit is contained in:
parent
c756526eb2
commit
0354d7a800
1 changed files with 0 additions and 1 deletions
|
@ -409,7 +409,6 @@ fn has_physical_root(s: &[u8], prefix: Option<Prefix>) -> bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// basic workhorse for splitting stem and extension
|
// basic workhorse for splitting stem and extension
|
||||||
#[allow(unused_unsafe)] // FIXME
|
|
||||||
fn split_file_at_dot(file: &OsStr) -> (Option<&OsStr>, Option<&OsStr>) {
|
fn split_file_at_dot(file: &OsStr) -> (Option<&OsStr>, Option<&OsStr>) {
|
||||||
unsafe {
|
unsafe {
|
||||||
if os_str_as_u8_slice(file) == b".." { return (Some(file), None) }
|
if os_str_as_u8_slice(file) == b".." { return (Some(file), None) }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue