]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18127 : alexcrichton/rust/deriving-arc, r=aturon
authorbors <bors@rust-lang.org>
Tue, 28 Oct 2014 08:01:52 +0000 (08:01 +0000)
committerbors <bors@rust-lang.org>
Tue, 28 Oct 2014 08:01:52 +0000 (08:01 +0000)
This adds impls of Eq/Ord/PartialEq/PartialOrd/Show/Default to Arc<T>, and it
also removes the `Send + Sync` bound on the `Clone` impl of Arc to make it more
deriving-friendly. The `Send + Sync` requirement is still enforce on
construction, of course!


Trivial merge