about summary refs log tree commit diff
path: root/src/tools/tidy
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-08-09 01:32:13 +0000
committerChris Denton <chris@chrisdenton.dev>2024-08-09 10:43:43 +0000
commitacb024110f337e77c515ebcafffd6c4c09c29ee7 (patch)
tree49af03529375374576e439a818c3eaf70bbc5bd8 /src/tools/tidy
parentc7b0d4e81f56da02d41f73fb5a85673a29f6cbc9 (diff)
downloadrust-acb024110f337e77c515ebcafffd6c4c09c29ee7.tar.gz
rust-acb024110f337e77c515ebcafffd6c4c09c29ee7.zip
Add windows-targets crate to std's sysroot
Diffstat (limited to 'src/tools/tidy')
-rw-r--r--src/tools/tidy/src/pal.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs
index b7ddf47186d..c650fd0eec6 100644
--- a/src/tools/tidy/src/pal.rs
+++ b/src/tools/tidy/src/pal.rs
@@ -36,6 +36,7 @@ use crate::walk::{filter_dirs, walk};
 
 // Paths that may contain platform-specific code.
 const EXCEPTION_PATHS: &[&str] = &[
+    "library/windows_targets",
     "library/panic_abort",
     "library/panic_unwind",
     "library/unwind",