Skip to content

Commit

Permalink
Fix rust syntax highlighting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangehring committed Jun 13, 2019
1 parent e7cd4a5 commit 1a06105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hashbrown = "0.5"

Then:

```rs
```rust
use hashbrown::HashMap;
let mut map = HashMap::new();
```
Expand Down

0 comments on commit 1a06105

Please sign in to comment.