Skip to content

Commit

Permalink
Update future-proofing.md | Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eyyyyyyy3 authored May 26, 2024
1 parent 385ba00 commit df8fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/future-proofing.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ struct Bad<T: Clone + Debug + PartialEq> { /* ... */ }
```

Duplicating derived traits as bounds on `Bad` is unnecessary and a
backwards-compatibiliity hazard. To illustrate this point, consider deriving
backwards-compatibility hazard. To illustrate this point, consider deriving
`PartialOrd` on the structures in the previous example:

```rust
Expand Down

0 comments on commit df8fcf6

Please sign in to comment.