Improve safety documentation of the Array trait#9314
Conversation
scovich
left a comment
There was a problem hiding this comment.
LGTM.
One question: Is it normal for the public docs to reference github pull request comments?
We do it in a few places, normally where the history behind a particular design decision is pertinent. I've seen some other libraries do similar things, or to link to tracking issues. |
Yeah, I figured there is a bunch of backstory that was hard to fully capture in a paragraph, so I just sort of gave up and added a link back |
|
Thanks everyone |
Which issue does this PR close?
Rationale for this change
Per discussion on #9234 (review) @scovich noted that it would be good to point out the core reason it is hard/impossible to implement Array safetly
What changes are included in this PR?
Update the comments on
Arrayto try and capture the thread.Are these changes tested?
By CI
Are there any user-facing changes?
Docs only, no functional changes