]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #35992 - SimonSapin:rc-arc-ptr-eq, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 15 Sep 2016 16:58:26 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2016 16:58:26 +0000 (09:58 -0700)
Add `pub fn ptr_eq(this: &Self, other: &Self) -> bool` to Rc and Arc

Servo and Kuchiki have had helper functions doing this for some time.


Trivial merge