Skip to content
/ rust Public
forked from rust-lang/rust

Commit 8238361

Browse files
committed
tidy: add exclusion for platform dependent cfg for miniz_oxide, as it hack itself
1 parent d346a7a commit 8238361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/pal.rs

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const EXCEPTION_PATHS: &[&str] = &[
5252
// FIXME: platform-specific code should be moved to `sys`
5353
"library/std/src/io/copy.rs",
5454
"library/std/src/io/stdio.rs",
55+
"library/std/src/lib.rs", // for miniz_oxide leaking docs, which itself workaround
5556
"library/std/src/path.rs",
5657
"library/std/src/sys_common", // Should only contain abstractions over platforms
5758
"library/std/src/net/test.rs", // Utility helpers for tests

0 commit comments

Comments
 (0)