From 92624a6deef2bf807548062b863423cd021fb88b Mon Sep 17 00:00:00 2001 From: kangalioo Date: Tue, 19 Sep 2023 03:53:01 +0200 Subject: [PATCH] Oops --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 27e0106ddf8..cefcc26d8a3 100644 --- a/build.rs +++ b/build.rs @@ -12,7 +12,7 @@ compile_error!( If you are unsure, go with `rustls_backend`." ); -#[cfg(all(feature("simd-json"), not(feature("simd_json"))))] +#[cfg(all(feature = "simd-json", not(feature = "simd_json")))] compile_error!("Don't use the simd-json feature directly, use simd_json (with an underscore)"); #[cfg_attr(