]> git.lizzy.rs Git - rust.git/commit
auto merge of #13475 : Ryman/rust/result_unwrap_or_else, r=brson
authorbors <bors@rust-lang.org>
Mon, 14 Apr 2014 02:36:50 +0000 (19:36 -0700)
committerbors <bors@rust-lang.org>
Mon, 14 Apr 2014 02:36:50 +0000 (19:36 -0700)
commitbb9b2e0ebe63b6853a7936aa8071859e433c6597
tree6cbfd229e01cf6ae98a2e657fddb978323aab87e
parent5d284a0daa39f6b87028f97b5bfa2bb92f658f83
parenta16eae6ffd923df5b349f55b75caf5af2aa5378d
auto merge of #13475 : Ryman/rust/result_unwrap_or_else, r=brson

It might make more sense to mirror `Option`'s `unwrap_or_else` but I've left it as `handle` as it feels more explicit about the signature difference.