Skip to content

Commit

Permalink
needed a break
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored Oct 13, 2018
1 parent 0d06bdf commit 8aef213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function for a trait implementation and not to all trait implementations.
The `derive` attribute allows certain traits to be automatically implemented
for data structures. For example, the following will create an `impl` for the
`PartialEq` and `Clone` traits for `Foo`, the type parameter `T` will be given
`PartialEq` and `Clone` traits for `Foo`, and the type parameter `T` will be given
the `PartialEq` or `Clone` constraints for the appropriate `impl`:
```rust
Expand Down

0 comments on commit 8aef213

Please sign in to comment.