1
Fork 0

use TotalEq for HashMap

Closes #5283
This commit is contained in:
Daniel Micay 2014-03-22 16:30:45 -04:00
parent 94e4e91724
commit 3829ac2a52
28 changed files with 203 additions and 180 deletions

View file

@ -107,7 +107,7 @@ enum PatternBindingMode {
ArgumentIrrefutableMode,
}
#[deriving(Eq, Hash)]
#[deriving(Eq, TotalEq, Hash)]
enum Namespace {
TypeNS,
ValueNS