]> git.lizzy.rs Git - rust.git/commit
Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` and
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Sat, 21 Mar 2015 12:13:07 +0000 (13:13 +0100)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 24 Mar 2015 21:27:22 +0000 (22:27 +0100)
commit5fa4b4c4af14e391d7f16b4968aa25cca7c617c6
treea3b02809d3588d4d3ccd5416675ff900dff94232
parented810385045ab0db90303574ba3ea47dfa2a36d5
Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` and
one of the helper method impls.
src/liballoc/arc.rs