Allow platform-specific code in std_detect
This commit is contained in:
parent
b23ab7888a
commit
1057a2213a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue