Skip to content

Commit 265ff5e

Browse files
committed
Clearer wording about disallowed bound traits
1 parent cf6e71e commit 265ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future-proofing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ change because every consumer of that structure will need to start satisfying
159159
the additional bound. Deriving more traits from the standard library using the
160160
`derive` attribute is not a breaking change.
161161

162-
The following traits should always be avoided in bounds on data structures:
162+
The following traits should never be used in bounds on data structures:
163163

164164
- `Clone`
165165
- `PartialEq`

0 commit comments

Comments
 (0)