Skip to content

Commit 1a06105

Browse files
Fix rust syntax highlighting in readme
1 parent e7cd4a5 commit 1a06105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ hashbrown = "0.5"
6767

6868
Then:
6969

70-
```rs
70+
```rust
7171
use hashbrown::HashMap;
7272
let mut map = HashMap::new();
7373
```

0 commit comments

Comments
 (0)