]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7931 : blake2-ppc/rust/chain-mut-ref, r=pcwalton
authorbors <bors@rust-lang.org>
Thu, 25 Jul 2013 02:25:38 +0000 (19:25 -0700)
committerbors <bors@rust-lang.org>
Thu, 25 Jul 2013 02:25:38 +0000 (19:25 -0700)
First, clean up the uses of "None" and "Some" to always use consistent title case matching the variant names.

Add .chain_mut_ref() which is a missing method. A use case example for this method is extraction of an optional value from an Option\<Container\> value.

1  2 
src/libstd/option.rs

Simple merge