]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26122 - bluss:borrow-box, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 11 Jun 2015 03:25:45 +0000 (03:25 +0000)
committerbors <bors@rust-lang.org>
Thu, 11 Jun 2015 03:25:45 +0000 (03:25 +0000)
commit2fbbd54afe4297032f521fa80ed0e5230d6e03e3
treeed0cb2c9f1442b4fda0b148a21be557511b3d0ed
parentfbb13543fc1e0afe4975996b4c20b3898e86030d
parent4fdb4cfa896232a2a2beb9d1eace922402b98082
Auto merge of #26122 - bluss:borrow-box, r=alexcrichton

Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>