Skip to content
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

Deprecate unsafe pin projection macros #29

Closed
taiki-e opened this issue Apr 28, 2020 · 0 comments · Fixed by #33
Closed

Deprecate unsafe pin projection macros #29

taiki-e opened this issue Apr 28, 2020 · 0 comments · Fixed by #33

Comments

@taiki-e
Copy link
Member

taiki-e commented Apr 28, 2020

As said in #26, I would like to deprecate unsafe pin projection macros in the future as there are already safe alternatives (pin-project, pin-project-lite).
However, futures and other crates still depend on it, I don't have a clear opinion as to when to do this yet.

UPDATE: use of these macros in futures-rs has been removed (rust-lang/futures-rs#2128, rust-lang/futures-rs#2148)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant