]> git.lizzy.rs Git - rust.git/commit
auto merge of #5587 : thestinger/rust/total, r=pcwalton
authorbors <bors@rust-lang.org>
Thu, 28 Mar 2013 09:36:49 +0000 (02:36 -0700)
committerbors <bors@rust-lang.org>
Thu, 28 Mar 2013 09:36:49 +0000 (02:36 -0700)
commite549b80e3c214f93fc6ab9d7ead3f49b585faa23
tree2510c02dfa74370f1f5cc12b7f0592ba6fb689b5
parentd31053277aa8ced6778334d49de150b1393073eb
parentd2b267bcb5ac1adbc20bca0c170106ae3b3538ab
auto merge of #5587 : thestinger/rust/total, r=pcwalton

This is needed so that hash tables can require strict equality but not require types to be ordered. It's a subset of the functionality of `TotalOrd` so I made that inherit from `TotalEq`.