-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
The section "!
and traits" says:
When writing your own traits,
!
should have animpl
whenever there is an obviousimpl
which doesn'tpanic!
.
Yet it doesn't explain why you should impl
your traits for !
. I think it would be good for someone who understands !
well to write up a sentence or two about why you should impl
your traits for !
. I myself don't quite understand what the reason for doing so is ;)
@rustbot modify labels: T-doc C-enhancement
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.