Commit 5094950
committed
Explicitly derive Eq and PartalEq for bitflags types
Apparently the new version of bitflags does not explicitly derive Eq and
PartialEq.
This change should have gone in with PR #865.
Signed-off-by: mulhern <[email protected]>1 parent 8af2635 commit 5094950
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments