Commit a964a37
committed
Send
Since it's O(1) to convert between them now, might as well reuse the logic.
Mostly for the various specializations it does, but might also save some monomorphization work if, say, people collect slice iterators into both `Vec`s and `VecDeque`s.VecDeque::from_iter via Vec::from_iter
1 parent 1ef685e commit a964a37
1 file changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2700 | 2700 | | |
2701 | 2701 | | |
2702 | 2702 | | |
| 2703 | + | |
2703 | 2704 | | |
2704 | | - | |
2705 | | - | |
2706 | | - | |
2707 | | - | |
2708 | | - | |
| 2705 | + | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
2709 | 2715 | | |
2710 | 2716 | | |
2711 | 2717 | | |
| |||
2792 | 2798 | | |
2793 | 2799 | | |
2794 | 2800 | | |
| 2801 | + | |
2795 | 2802 | | |
2796 | 2803 | | |
2797 | 2804 | | |
| |||
0 commit comments