From 13fffd5fdec3ab1a0476db1af1357cd2965833be Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Tue, 17 Sep 2019 02:43:48 +0200 Subject: [PATCH] Try harder to error on usage of unstable features --- library/stdarch/crates/std_detect/src/detect/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/crates/std_detect/src/detect/macros.rs b/library/stdarch/crates/std_detect/src/detect/macros.rs index 67ea76d19a3e..750cf50aa706 100644 --- a/library/stdarch/crates/std_detect/src/detect/macros.rs +++ b/library/stdarch/crates/std_detect/src/detect/macros.rs @@ -10,7 +10,7 @@ macro_rules! features { ) => { #[macro_export] $(#[$macro_attrs])* - #[allow_internal_unstable(stdsimd_internal,stdsimd)] + #[allow_internal_unstable(stdsimd_internal)] macro_rules! $macro_name { $( ($feature_lit) => {