]> git.lizzy.rs Git - rust.git/commit
`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and `map_un...
authorJosef Reinhard Brandl <mail@josefbrandl.de>
Sat, 23 Jun 2018 11:32:53 +0000 (13:32 +0200)
committerJosef Reinhard Brandl <mail@josefbrandl.de>
Sat, 23 Jun 2018 16:29:56 +0000 (18:29 +0200)
commit3bcb85ee658e7a5362f5e381c337f07381f916dc
tree2b081a664a10700167ee929b579ec2fa6700ef6e
parent56e8f29dbe89f2109cacc8eb5e92ea3de32eefb9
`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and `map_unchecked`
src/libcore/mem.rs
src/libcore/option.rs
src/libstd/future.rs
src/libstd/panic.rs