tidy: add exclusion for platform dependent cfg for miniz_oxide, as it hack itself
This commit is contained in:
parent
d346a7abf4
commit
8238361587
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue