Commit 612057b
committed
Auto merge of #296 - CAD97:relax-set-debug, r=Amanieu
Relax the bounds on HashSet: Debug
This looks to be just an oversight.
The bounds on `HashMap` are similarly loose:
https://github.com/rust-lang/hashbrown/blob/1e1bb230bc376f6db99e08c055fd758d142aa72d/src/map.rs#L1540-L1545
And `std::collections::HashSet` has always only bounded `T` by `Debug` and not `Eq`/`Hash` here.1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
1131 | | - | |
1132 | | - | |
| 1131 | + | |
1133 | 1132 | | |
1134 | 1133 | | |
1135 | 1134 | | |
| |||
0 commit comments