Skip to content

chore: remove deprecated pin_mut macro in 0.4 #2945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

tisonkun
Copy link
Contributor

@tisonkun tisonkun commented Apr 8, 2025

This follows up #2929 (comment) step 4. This closes #2924.

cc @taiki-e

Also, since our MSRV has been bumped to 1.68, we have core::task::ready macro in the namespace. Shall we do the same on ready! so that encourage downstream projects to converge to the core lib?

Besides, shall we add an unreleased changelog for this patch on migration/upgrade notes?

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 8, 2025
@taiki-e taiki-e added this to the futures-0.4, futures-core-1.0 milestone Apr 9, 2025
@tisonkun
Copy link
Contributor Author

cc @taiki-e shall we get this reviewed today?

Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@taiki-e taiki-e merged commit 27c23a0 into rust-lang:master Apr 16, 2025
24 checks passed
@taiki-e taiki-e added 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we drop reexport pin_mut macro?
3 participants