Commit 64be92b
authored
Manual Antichain::default to avoid bounds (#537)
The derived `default` for Antichain includes a bound `T: Default`, which is
unnecessary. This change replaces the derived implementation with a custom
one that does not have the constrain.
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>1 parent 98af39f commit 64be92b
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
267 | 273 | | |
268 | 274 | | |
269 | 275 | | |
| |||
0 commit comments