From 962d61737a7a3529e90089e08ec13dc9c2fc5c28 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 7 Jan 2019 15:42:00 +0100 Subject: [PATCH] Add missing docs --- stdsimd/arch/detect/arch/aarch64.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/stdsimd/arch/detect/arch/aarch64.rs b/stdsimd/arch/detect/arch/aarch64.rs index a7f6d35524..3fb306aea1 100644 --- a/stdsimd/arch/detect/arch/aarch64.rs +++ b/stdsimd/arch/detect/arch/aarch64.rs @@ -1,5 +1,6 @@ //! Aarch64 run-time features. +/// Checks if `aarch64` feature is enabled. #[macro_export] #[unstable(feature = "stdsimd", issue = "27731")] #[allow_internal_unstable]