]> git.lizzy.rs Git - rust.git/commit
Add map and filter_map associated functions to std::cell::Ref and RefMut
authorSimon Sapin <simon.sapin@exyr.org>
Thu, 28 May 2015 21:00:52 +0000 (23:00 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Fri, 29 May 2015 06:39:07 +0000 (08:39 +0200)
commitd0afa6ede3ce5fd6b35c8f1fd5fc89336ec2dc96
tree5603388b531acbe6d1c72729a6e19057d66edc36
parentc516eee503ae643ead9553fed70528230feb2b1f
Add map and filter_map associated functions to std::cell::Ref and RefMut

See design discussion in https://github.com/rust-lang/rust/pull/25747
src/libcore/cell.rs
src/libcoretest/cell.rs
src/libcoretest/lib.rs