Skip to content

Commit b47ec75

Browse files
jonas-schievinkgnzlbg
authored andcommitted
Adjust #[doc(include)] paths for rustdoc change
1 parent 87d19d2 commit b47ec75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/core_arch/src/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ mod acle;
99
mod simd;
1010

1111
#[cfg_attr(
12-
not(core_arch_docs),
12+
bootstrap,
1313
doc(include = "../stdsimd/crates/core_arch/src/core_arch_docs.md")
1414
)]
15-
#[cfg_attr(core_arch_docs, doc(include = "core_arch_docs.md"))]
15+
#[cfg_attr(not(bootstrap), doc(include = "core_arch_docs.md"))]
1616
#[stable(feature = "simd_arch", since = "1.27.0")]
1717
pub mod arch {
1818
/// Platform-specific intrinsics for the `x86` platform.

0 commit comments

Comments
 (0)