mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 13:18:32 +00:00
Allow platform-specific code in std_detect
This commit is contained in:
parent
b23ab7888a
commit
1057a2213a
@ -37,6 +37,7 @@ use crate::walk::{filter_dirs, walk};
|
||||
// Paths that may contain platform-specific code.
|
||||
const EXCEPTION_PATHS: &[&str] = &[
|
||||
"library/compiler-builtins",
|
||||
"library/std_detect",
|
||||
"library/windows_targets",
|
||||
"library/panic_abort",
|
||||
"library/panic_unwind",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user