]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87690 - sharnoff:mut-ptr-allocated-obj-link, r=Mark-Simulacrum
authorCameron Steffen <cam.steffen94@gmail.com>
Mon, 2 Aug 2021 14:36:55 +0000 (09:36 -0500)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 14:36:55 +0000 (09:36 -0500)
commit7fc26e96657f39de592d7667eac3b0df39642a66
treeb39811477422eefa8fe0f4612d9fc035d94caef9
parent87a99c59499eafc05ef683ece8dd6e843f839349
parent12d199be7798e31f25f73d4cfd19a88c5a41dba4
Rollup merge of #87690 - sharnoff:mut-ptr-allocated-obj-link, r=Mark-Simulacrum

Add missing "allocated object" doc link to `<*mut T>::add`

The portion of the documentation expecting the link was already there, but it was rendered as "[allocated object]". The added reference is just copied from the documentation for `<*const T>::add`.