We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c7b71 commit 3b8c5f9Copy full SHA for 3b8c5f9
1 file changed
cpufeatures/README.md
@@ -18,7 +18,7 @@ This crate is intended as a stopgap until Rust [RFC 2725] adding first-class
18
target feature detection macros to `libcore` is implemented.
19
20
## Example
21
-```
+```rust
22
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
23
pub mod x86_backend {
24
// This macro creates `cpuid_aes_sha` module
0 commit comments