Skip to content

Commit

Permalink
FIXME(44217) remove fixme because the allocator logic was removed, bu…
Browse files Browse the repository at this point in the history
…t platform specific code remains
  • Loading branch information
nivkner committed Dec 19, 2018
1 parent cf329d5 commit 7092fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/pal.rs
Expand Up @@ -58,7 +58,7 @@ const EXCEPTION_PATHS: &[&str] = &[
"src/rtstartup", // Not sure what to do about this. magic stuff for mingw

// temporary exceptions
"src/libstd/lib.rs", // FIXME(#44217)
"src/libstd/lib.rs",
"src/libstd/path.rs",
"src/libstd/f32.rs",
"src/libstd/f64.rs",
Expand Down

0 comments on commit 7092fca

Please sign in to comment.