Skip to content

Commit 3ddacbd

Browse files
est31gnzlbg
authored andcommitted
Remove stray inconsistent #[cfg]
The cfg for the target is already covered a few lines below. This cfg meant that even with the dox feature enabled, no documentation for powerpc64 was generated except you were actually targetting the powerpc64 arch.
1 parent fc337a7 commit 3ddacbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coresimd/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ pub mod arch {
134134
/// Platform-specific intrinsics for the `PowerPC64` platform.
135135
///
136136
/// See the [module documentation](../index.html) for more details.
137-
#[cfg(target_arch = "powerpc64")]
138137
#[cfg(any(target_arch = "powerpc64", dox))]
139138
#[doc(cfg(target_arch = "powerpc64"))]
140139
#[unstable(feature = "stdsimd", issue = "27731")]

0 commit comments

Comments
 (0)