We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54ddd4 commit 2a24a69Copy full SHA for 2a24a69
src/tools/tidy/src/pal.rs
@@ -59,6 +59,8 @@ const EXCEPTION_PATHS: &[&str] = &[
59
"library/std/src/sys_common", // Should only contain abstractions over platforms
60
"library/std/src/net/test.rs", // Utility helpers for tests
61
"library/std/src/panic.rs", // fuchsia-specific panic backtrace handling
62
+ "library/std/src/personality.rs",
63
+ "library/std/src/personality/",
64
];
65
66
pub fn check(path: &Path, bad: &mut bool) {
0 commit comments