Skip to content

Commit

Permalink
Remove stray inconsistent #[cfg]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 authored and gnzlbg committed Jun 23, 2018
1 parent fc337a7 commit 3ddacbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coresimd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ pub mod arch {
/// Platform-specific intrinsics for the `PowerPC64` platform.
///
/// See the [module documentation](../index.html) for more details.
#[cfg(target_arch = "powerpc64")]
#[cfg(any(target_arch = "powerpc64", dox))]
#[doc(cfg(target_arch = "powerpc64"))]
#[unstable(feature = "stdsimd", issue = "27731")]
Expand Down

0 comments on commit 3ddacbd

Please sign in to comment.