Skip to content

Commit 0efd402

Browse files
committed
Allow platform-specific code in std_detect
1 parent 6d0a586 commit 0efd402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/pal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ use crate::walk::{filter_dirs, walk};
3737
// Paths that may contain platform-specific code.
3838
const EXCEPTION_PATHS: &[&str] = &[
3939
"library/compiler-builtins",
40+
"library/std_detect",
4041
"library/windows_targets",
4142
"library/panic_abort",
4243
"library/panic_unwind",

0 commit comments

Comments
 (0)