]> git.lizzy.rs Git - rust.git/commit
auto merge of #18891 : erickt/rust/deprecate-as-ref, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 14 Nov 2014 13:17:24 +0000 (13:17 +0000)
committerbors <bors@rust-lang.org>
Fri, 14 Nov 2014 13:17:24 +0000 (13:17 +0000)
commit4963afdc7b6adeee74abd306d3933a58bbec522b
tree374580e399c4c651bf3787d515fd8ca9c079d9d7
parentbb2168c5252adeda1dd35ccf7050df89655233d7
parent0ab861aa2dc972e13d98c24db603f125688d5e43
auto merge of #18891 : erickt/rust/deprecate-as-ref, r=alexcrichton

It seems odd that the `AsRefReader`/`AsRefWriter` have the single method `by_ref()`. This creates the new traits `ByRefReader`/`ByRefWriter` and deprecates the old traits.