Skip to content

Commit b881a2d

Browse files
committed
Revert PR 769
1 parent 8cb42c9 commit b881a2d

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-
bootstrap,
12+
not(core_arch_docs),
1313
doc(include = "../stdarch/crates/core_arch/src/core_arch_docs.md")
1414
)]
15-
#[cfg_attr(not(bootstrap), doc(include = "core_arch_docs.md"))]
15+
#[cfg_attr(core_arch_docs, 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)