Commit ea257a0
authored
Replace the use of extract_if in builtin_macros, since it was only recently stabilized (#1805)
Replace the use of `extract_if`, which was only recently stabilized.
The replacement code comes from the [`extract_if` documentation](https://doc.rust-lang.org/beta/std/vec/struct.Vec.html#method.extract_if)1 parent a4095d8 commit ea257a0
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1701 | 1701 | | |
1702 | 1702 | | |
1703 | 1703 | | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | | - | |
1711 | | - | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
1712 | 1717 | | |
1713 | 1718 | | |
1714 | 1719 | | |
| |||
0 commit comments