]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #20125: csouth3/hashset-bitops
authorAlex Crichton <alex@alexcrichton.com>
Mon, 22 Dec 2014 20:48:09 +0000 (12:48 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 22 Dec 2014 20:48:09 +0000 (12:48 -0800)
Now that #19448 has landed in a snapshot, we can add proper by-value operator overloads for `HashSet`.  The behavior of these operator overloads is consistent with rust-lang/rfcs#235.


Trivial merge