Add windows-targets crate to std's sysroot
This commit is contained in:
parent
c7b0d4e81f
commit
acb024110f
9 changed files with 26 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue