]> git.lizzy.rs Git - rust.git/commit
auto merge of #13479 : sfackler/rust/result-unwrap, r=cmr
authorbors <bors@rust-lang.org>
Mon, 14 Apr 2014 07:16:49 +0000 (00:16 -0700)
committerbors <bors@rust-lang.org>
Mon, 14 Apr 2014 07:16:49 +0000 (00:16 -0700)
commit40a979775159176f15eb66617a89b9e1a43857f2
treea34483e0c817fd840d7dd5e38401a5dc7883fbb6
parentbb9b2e0ebe63b6853a7936aa8071859e433c6597
parenteb0473df93b49d6a2ff50f82e435dbd2e19467c7
auto merge of #13479 : sfackler/rust/result-unwrap, r=cmr

`foo.ok().unwrap()` and `foo.err().unwrap()` are the fallbacks for types
that aren't `Show`.

Closes #13379