Relax tidy rules for OS-specific code
This commit is contained in:
parent
a54ddd494f
commit
2a24a6971c
@ -59,6 +59,8 @@ const EXCEPTION_PATHS: &[&str] = &[
|
||||
"library/std/src/sys_common", // Should only contain abstractions over platforms
|
||||
"library/std/src/net/test.rs", // Utility helpers for tests
|
||||
"library/std/src/panic.rs", // fuchsia-specific panic backtrace handling
|
||||
"library/std/src/personality.rs",
|
||||
"library/std/src/personality/",
|
||||
];
|
||||
|
||||
pub fn check(path: &Path, bad: &mut bool) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user