Skip to content

Commit

Permalink
Remove unneeded FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Aug 11, 2015
1 parent c756526 commit 0354d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/path.rs
Expand Up @@ -409,7 +409,6 @@ fn has_physical_root(s: &[u8], prefix: Option<Prefix>) -> bool {
}

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

0 comments on commit 0354d7a

Please sign in to comment.