about summary refs log tree commit diff
path: root/src/tools/tidy
diff options
context:
space:
mode:
authorjoboet <jonasboettiger@icloud.com>2024-01-12 00:06:39 +0100
committerjoboet <jonasboettiger@icloud.com>2024-01-12 00:06:39 +0100
commit762cd4842efb924242a629161d7263e074f17528 (patch)
treee934aaccb9a21edcf7f415cc49595b13e454609d /src/tools/tidy
parent2d30a262d144ba68451a4a57c6f0cb6ee0b770ef (diff)
downloadrust-762cd4842efb924242a629161d7263e074f17528.tar.gz
rust-762cd4842efb924242a629161d7263e074f17528.zip
update paths in tools
Diffstat (limited to 'src/tools/tidy')
-rw-r--r--src/tools/tidy/src/pal.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs
index 5f6b63a67fd..398257d2bc2 100644
--- a/src/tools/tidy/src/pal.rs
+++ b/src/tools/tidy/src/pal.rs
@@ -46,8 +46,8 @@ const EXCEPTION_PATHS: &[&str] = &[
     // we must use `#[cfg(windows)]` to conditionally compile the
     // correct `VaList` structure for windows.
     "library/core/src/ffi/mod.rs",
-    "library/std/src/sys/", // Platform-specific code for std lives here.
-    "library/std/src/os",   // Platform-specific public interfaces
+    "library/std/src/sys/pal/", // Platform-specific code for std lives here.
+    "library/std/src/os",       // Platform-specific public interfaces
     // Temporary `std` exceptions
     // FIXME: platform-specific code should be moved to `sys`
     "library/std/src/io/copy.rs",