Skip to content

Commit 2a24a69

Browse files
committed
Relax tidy rules for OS-specific code
1 parent a54ddd4 commit 2a24a69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/pal.rs

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ const EXCEPTION_PATHS: &[&str] = &[
5959
"library/std/src/sys_common", // Should only contain abstractions over platforms
6060
"library/std/src/net/test.rs", // Utility helpers for tests
6161
"library/std/src/panic.rs", // fuchsia-specific panic backtrace handling
62+
"library/std/src/personality.rs",
63+
"library/std/src/personality/",
6264
];
6365

6466
pub fn check(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)