Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kangalio committed Sep 19, 2023
1 parent f21044a commit 92624a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 92624a6

Please sign in to comment.