The section "! and traits" says:
When writing your own traits, ! should have an impl whenever there is an obvious impl which doesn't panic!.
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
The section "
!and traits" says:Yet it doesn't explain why you should
implyour traits for!. I think it would be good for someone who understands!well to write up a sentence or two about why you shouldimplyour traits for!. I myself don't quite understand what the reason for doing so is ;)@rustbot modify labels: T-doc C-enhancement