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 cf6e71e commit 265ff5eCopy full SHA for 265ff5e
src/future-proofing.md
@@ -159,7 +159,7 @@ change because every consumer of that structure will need to start satisfying
159
the additional bound. Deriving more traits from the standard library using the
160
`derive` attribute is not a breaking change.
161
162
-The following traits should always be avoided in bounds on data structures:
+The following traits should never be used in bounds on data structures:
163
164
- `Clone`
165
- `PartialEq`
0 commit comments