We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385ba00 commit df8fcf6Copy full SHA for df8fcf6
src/future-proofing.md
@@ -146,7 +146,7 @@ struct Bad<T: Clone + Debug + PartialEq> { /* ... */ }
146
```
147
148
Duplicating derived traits as bounds on `Bad` is unnecessary and a
149
-backwards-compatibiliity hazard. To illustrate this point, consider deriving
+backwards-compatibility hazard. To illustrate this point, consider deriving
150
`PartialOrd` on the structures in the previous example:
151
152
```rust
0 commit comments