Skip to content

Commit 21ab568

Browse files
committed
tidy: remove obsolete exceptions from pal test
1 parent 9798ddf commit 21ab568

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tools/tidy/src/pal.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,9 @@ const EXCEPTION_PATHS: &[&str] = &[
5959
"library/std/src/os", // Platform-specific public interfaces
6060
// Temporary `std` exceptions
6161
// FIXME: platform-specific code should be moved to `sys`
62-
"library/std/src/io/copy.rs",
6362
"library/std/src/io/stdio.rs",
6463
"library/std/src/lib.rs", // for miniz_oxide leaking docs, which itself workaround
6564
"library/std/src/path.rs",
66-
"library/std/src/sys_common", // Should only contain abstractions over platforms
67-
"library/std/src/net/test.rs", // Utility helpers for tests
6865
"library/std/src/io/error.rs", // Repr unpacked needed for UEFI
6966
];
7067

0 commit comments

Comments
 (0)