]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107452 - y21:get-mut-unchecked-typo, r=Mark-Simulacrum
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Mon, 30 Jan 2023 09:41:46 +0000 (15:11 +0530)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 09:41:46 +0000 (15:11 +0530)
commitf01b8f5cf447fcf1fbcb698a1807e92691d61523
tree06976c0fedb7732a6950317fdaf4e5ef6c1fec81
parentd94698cb378feb86e1309eb913bad603cf2089e8
parent61b18b58abf4ba5439e7df91d3a39907c1286565
Rollup merge of #107452 - y21:get-mut-unchecked-typo, r=Mark-Simulacrum

Fix typo in `{Rc, Arc}::get_mut_unchecked` docs

Just a correction in the documentation of `{Rc, Arc}::get_mut_unchecked`.