Skip to content

Commit b8d996c

Browse files
committed
tidy: allow platform-dependent code in sys
1 parent cb052d5 commit b8d996c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/pal.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const EXCEPTION_PATHS: &[&str] = &[
4646
// we must use `#[cfg(windows)]` to conditionally compile the
4747
// correct `VaList` structure for windows.
4848
"library/core/src/ffi/mod.rs",
49-
"library/std/src/sys/pal/", // Platform-specific code for std lives here.
50-
"library/std/src/os", // Platform-specific public interfaces
49+
"library/std/src/sys", // Platform-specific code for std lives here.
50+
"library/std/src/os", // Platform-specific public interfaces
5151
// Temporary `std` exceptions
5252
// FIXME: platform-specific code should be moved to `sys`
5353
"library/std/src/io/copy.rs",

0 commit comments

Comments
 (0)