Skip to content

Commit 399a966

Browse files
authored
Remove incorrect any() line
1 parent 926b559 commit 399a966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub mod arch {
2323
///
2424
/// See the [module documentation](../index.html) for more details.
2525
#[cfg(any(target_arch = "x86", doc))]
26-
#[doc(cfg(any(target_arch = "x86", target_arch = "x86_64")))]
26+
#[doc(cfg(target_arch = "x86"))]
2727
#[stable(feature = "simd_x86", since = "1.27.0")]
2828
pub mod x86 {
2929
#[stable(feature = "simd_x86", since = "1.27.0")]

0 commit comments

Comments
 (0)