Commit 1b45f76
authored
Rollup merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrum
Destabilise entry_insert
See: #90345
I didn't revert the rename that was done in that PR, I left it as `entry_insert`.
Additionally, before that PR, `VacantEntry::insert_entry` seemingly had no stability attribute on it? I kept the attribute, just made it an unstable one, same as the one on `Entry`.
There didn't seem to be any mention of this in the RELEASES.md, so I don't think there's anything for me to do other than this?1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2472 | 2472 | | |
2473 | 2473 | | |
2474 | 2474 | | |
| 2475 | + | |
2475 | 2476 | | |
2476 | 2477 | | |
2477 | 2478 | | |
| |||
2480 | 2481 | | |
2481 | 2482 | | |
2482 | 2483 | | |
2483 | | - | |
| 2484 | + | |
2484 | 2485 | | |
2485 | 2486 | | |
2486 | 2487 | | |
| |||
2814 | 2815 | | |
2815 | 2816 | | |
2816 | 2817 | | |
| 2818 | + | |
2817 | 2819 | | |
2818 | 2820 | | |
2819 | 2821 | | |
| |||
2825 | 2827 | | |
2826 | 2828 | | |
2827 | 2829 | | |
2828 | | - | |
| 2830 | + | |
2829 | 2831 | | |
2830 | 2832 | | |
2831 | 2833 | | |
| |||
0 commit comments