From 39f9a4df7ae7629493de997ce6926be5babde2d8 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 4 Feb 2026 13:32:05 -0700 Subject: [PATCH] cpufeatures: render README.md example as Rust --- cpufeatures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpufeatures/README.md b/cpufeatures/README.md index 9aace519..ed240f05 100644 --- a/cpufeatures/README.md +++ b/cpufeatures/README.md @@ -18,7 +18,7 @@ This crate is intended as a stopgap until Rust [RFC 2725] adding first-class target feature detection macros to `libcore` is implemented. ## Example -``` +```rust #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] pub mod x86_backend { // This macro creates `cpuid_aes_sha` module