We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d346a7a commit 8238361Copy full SHA for 8238361
src/tools/tidy/src/pal.rs
@@ -52,6 +52,7 @@ const EXCEPTION_PATHS: &[&str] = &[
52
// FIXME: platform-specific code should be moved to `sys`
53
"library/std/src/io/copy.rs",
54
"library/std/src/io/stdio.rs",
55
+ "library/std/src/lib.rs", // for miniz_oxide leaking docs, which itself workaround
56
"library/std/src/path.rs",
57
"library/std/src/sys_common", // Should only contain abstractions over platforms
58
"library/std/src/net/test.rs", // Utility helpers for tests
0 commit comments