Skip to content

Commit

Permalink
tidy: add exclusion for platform dependent cfg for miniz_oxide, as it…
Browse files Browse the repository at this point in the history
… hack itself
  • Loading branch information
klensy committed Jul 28, 2023
1 parent d346a7a commit 8238361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/pal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const EXCEPTION_PATHS: &[&str] = &[
// FIXME: platform-specific code should be moved to `sys`
"library/std/src/io/copy.rs",
"library/std/src/io/stdio.rs",
"library/std/src/lib.rs", // for miniz_oxide leaking docs, which itself workaround
"library/std/src/path.rs",
"library/std/src/sys_common", // Should only contain abstractions over platforms
"library/std/src/net/test.rs", // Utility helpers for tests
Expand Down

0 comments on commit 8238361

Please sign in to comment.