We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys
1 parent cb052d5 commit b8d996cCopy full SHA for b8d996c
src/tools/tidy/src/pal.rs
@@ -46,8 +46,8 @@ const EXCEPTION_PATHS: &[&str] = &[
46
// we must use `#[cfg(windows)]` to conditionally compile the
47
// correct `VaList` structure for windows.
48
"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
+ "library/std/src/sys", // Platform-specific code for std lives here.
+ "library/std/src/os", // Platform-specific public interfaces
51
// Temporary `std` exceptions
52
// FIXME: platform-specific code should be moved to `sys`
53
"library/std/src/io/copy.rs",
0 commit comments