]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #19518: csouth3/trieset-bitops
authorCorey Richardson <corey@octayn.net>
Fri, 5 Dec 2014 18:07:45 +0000 (10:07 -0800)
committerCorey Richardson <corey@octayn.net>
Fri, 5 Dec 2014 18:07:45 +0000 (10:07 -0800)
Implement the `BitOr`, `BitAnd`, `BitXor`, and `Sub` traits from `std::ops` for TrieSet.  The behavior of these operator overloads is consistent with [RFC 235](https://github.com/rust-lang/rfcs/blob/master/text/0235-collections-conventions.md#combinations).


Trivial merge