Skip to content

Commit c921ab8

Browse files
authored
Fix syntax highlighting in README
1 parent 6679c0f commit c921ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ readers and writers using ✨macro magic✨.
3333

3434
## Usage
3535

36-
```
36+
```rust
3737
#[derive(BinRead)]
3838
#[br(magic = b"DOG", assert(name.len() != 0))]
3939
struct Dog {

0 commit comments

Comments
 (0)