Skip to content

Commit 7092fca

Browse files
committed
FIXME(44217) remove fixme because the allocator logic was removed, but platform specific code remains
1 parent cf329d5 commit 7092fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/pal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const EXCEPTION_PATHS: &[&str] = &[
5858
"src/rtstartup", // Not sure what to do about this. magic stuff for mingw
5959

6060
// temporary exceptions
61-
"src/libstd/lib.rs", // FIXME(#44217)
61+
"src/libstd/lib.rs",
6262
"src/libstd/path.rs",
6363
"src/libstd/f32.rs",
6464
"src/libstd/f64.rs",

0 commit comments

Comments
 (0)