]> git.lizzy.rs Git - rust.git/commit
Auto merge of #42426 - arthurprs:io_error, r=sfackler
authorbors <bors@rust-lang.org>
Sun, 4 Jun 2017 23:35:21 +0000 (23:35 +0000)
committerbors <bors@rust-lang.org>
Sun, 4 Jun 2017 23:35:21 +0000 (23:35 +0000)
commitc94a9ac8ae33e6580940e02abb425dd2fe69b5d8
tree6b5e874cfd9224b1d35bf63554a579c4049aaa70
parent0418fa9d382a47d782cc1e195c14573be9c32095
parent4bda94d0d820bf7baf2e97ec3552fe290b826391
Auto merge of #42426 - arthurprs:io_error, r=sfackler

Inline io::Error creation from ErrorKind

Faster and smaller code for mio and tokio (PRs on those to follow)