Skip to content

Commit

Permalink
README: derive only supports struct types (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang authored and m4b committed Oct 7, 2018
1 parent 4978ab8 commit 0a88339
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 @@ -81,7 +81,7 @@ fn main() {

### Deriving `Pread` and `Pwrite`

Scroll implements a custom derive that can provide `Pread` and `Pwrite` implementations for your types.
Scroll implements a custom derive that can provide `Pread` and `Pwrite` implementations for your structs.

``` rust
#[macro_use]
Expand Down

0 comments on commit 0a88339

Please sign in to comment.