From a6568d231113653cef78fc61088352cd12e46be8 Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 22 Jun 2018 05:15:13 +0200 Subject: [PATCH] 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. --- coresimd/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/coresimd/mod.rs b/coresimd/mod.rs index 5007ac30de..6fc312f420 100644 --- a/coresimd/mod.rs +++ b/coresimd/mod.rs @@ -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")]