Skip to content

Commit 3b8c5f9

Browse files
authored
cpufeatures: render README.md example as Rust (#1447)
1 parent f8c7b71 commit 3b8c5f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpufeatures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This crate is intended as a stopgap until Rust [RFC 2725] adding first-class
1818
target feature detection macros to `libcore` is implemented.
1919

2020
## Example
21-
```
21+
```rust
2222
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
2323
pub mod x86_backend {
2424
// This macro creates `cpuid_aes_sha` module

0 commit comments

Comments
 (0)