Skip to content

Commit df0401c

Browse files
Apply snap of bootstrap compiler in rust-lang/rust
1 parent 933a5e0 commit df0401c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/core_arch/src/mod.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ mod acle;
88

99
mod simd;
1010

11-
#[cfg_attr(
12-
bootstrap,
13-
doc(include = "../stdarch/crates/core_arch/src/core_arch_docs.md")
14-
)]
15-
#[cfg_attr(not(bootstrap), doc(include = "core_arch_docs.md"))]
11+
#[doc(include = "core_arch_docs.md")]
1612
#[stable(feature = "simd_arch", since = "1.27.0")]
1713
pub mod arch {
1814
/// Platform-specific intrinsics for the `x86` platform.

0 commit comments

Comments
 (0)