We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9798ddf commit 21ab568Copy full SHA for 21ab568
src/tools/tidy/src/pal.rs
@@ -59,12 +59,9 @@ const EXCEPTION_PATHS: &[&str] = &[
59
"library/std/src/os", // Platform-specific public interfaces
60
// Temporary `std` exceptions
61
// FIXME: platform-specific code should be moved to `sys`
62
- "library/std/src/io/copy.rs",
63
"library/std/src/io/stdio.rs",
64
"library/std/src/lib.rs", // for miniz_oxide leaking docs, which itself workaround
65
"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
68
"library/std/src/io/error.rs", // Repr unpacked needed for UEFI
69
];
70
0 commit comments