rust/src/libstd/comm
Steven Fackler eb0473df93 Make Result::{unwrap, unwrap_err} require Show
`foo.ok().unwrap()` and `foo.err().unwrap()` are the fallbacks for types
that aren't `Show`.

Closes #13379
2014-04-13 23:47:53 -07:00
..
mod.rs Make Result::{unwrap, unwrap_err} require Show 2014-04-13 23:47:53 -07:00
oneshot.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
select.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
shared.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
stream.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
sync.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00