]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung
authorbors <bors@rust-lang.org>
Tue, 1 Sep 2020 05:41:22 +0000 (05:41 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Sep 2020 05:41:22 +0000 (05:41 +0000)
commitd9cd4a33f53689bc0847775669a14f666a138fd7
tree24ce504a4585e8a47614d43144214a4fc326b028
parent445f34bb144c5b163163d8243e9845c644d3662d
parent943911cc8bc173763a76fcc20dc4d75274e0cd9b
Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung

rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit

References #63568

Rework with comments addressed from #66174

Have replaced most of the occurrences I've found, hopefully didn't miss out anything

r? @RalfJung

(thanks @danielhenrymantilla for the initial work on this)
library/std/src/io/util.rs
library/std/src/lazy.rs