-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Deprecate linked_list_extras
methods.
#74644
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
☔ The latest upstream changes (presumably #73265) made this pull request unmergeable. Please resolve the merge conflicts. |
Rebased. |
@rust-lang/libs Do we want to add a deprecation period for these unstable methods or can we just remove them directly? |
I think I would prefer having a deprecation period. We did that for |
@crlf0710 Could you change your PR to deprecate these methods instead of removing them? |
Sure, will do. |
@bors r+ |
📌 Commit dc21178 has been approved by |
Remove `linked_list_extras` methods. Removing these in favor of the `Cursor` API in rust-lang#58533 . Closes rust-lang#27794. r? @Amanieu
Rollup of 6 pull requests Successful merges: - rust-lang#74644 (Remove `linked_list_extras` methods.) - rust-lang#74968 (Run all tests if have no specified tests) - rust-lang#74982 (1.45.2 release notes) - rust-lang#74984 (Miri: fix ICE when unwinding past topmost stack frame) - rust-lang#74986 (fix part of comparison that would always evaluate to "true", probably an oversight) - rust-lang#74991 (Fix Const-Generic Cycle ICE rust-lang#74199) Failed merges: r? @ghost
linked_list_extras
methods.linked_list_extras
methods.
Removing these in favor of the
Cursor
API in #58533 .Closes #27794.
r? @Amanieu