Closed
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