Commit 0918429
committed
Do not require Default for collect_result_into() target
While it is required for `ResultIterExt::collect_result_into()`, we do
not need `Default` for `collect_result_into()`. The target already
exists.
The requirement was likely introduced because of C&P.1 parent 065791c commit 0918429
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments