Skip to content

Commit e8125be

Browse files
committed
docs(readme): fix rust syntax highlight 💩
Dear GitHub, why?? 😂 [ci skip]
1 parent ffdc143 commit e8125be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default [{
5252
<summary>quick usage</summary>
5353

5454
<b>lib.rs</b>
55-
```rs
55+
```rust
5656
#[no_mangle]
5757
pub fn add(a: i32, b: i32) -> i32 {
5858
a + b
@@ -181,7 +181,7 @@ See the test cases and example projects in [fixtures](./test/fixtures) and [exam
181181
### Given this Rust code
182182

183183
<b>lib.rs</b>
184-
```rs
184+
```rust
185185
#[no_mangle]
186186
pub fn add(a: i32, b: i32) -> i32 {
187187
a + b

0 commit comments

Comments
 (0)