From 5e43fe71dd491b3dca5a27df0c1531668898193f Mon Sep 17 00:00:00 2001 From: Emil Ivanichkov Date: Fri, 21 Oct 2022 17:31:08 +0300 Subject: [PATCH] sorry --- cpufeatures/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpufeatures/src/lib.rs b/cpufeatures/src/lib.rs index b6c7c10b..e9e3c5c6 100644 --- a/cpufeatures/src/lib.rs +++ b/cpufeatures/src/lib.rs @@ -72,7 +72,7 @@ mod x86; mod miri; #[cfg(not(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")))] -compile_error!("This crate works only on `aarch64`, `x86`, and `x86-64` targets."); +# compile_error!("This crate works only on `aarch64`, `x86`, and `x86-64` targets."); /// Create module with CPU feature detection code. #[macro_export]