]> git.lizzy.rs Git - rust.git/commitdiff
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)
`foo.ok().unwrap()` and `foo.err().unwrap()` are the fallbacks for types
that aren't `Show`.

Closes #13379


Trivial merge