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

Take advantage of new poll task::ready #11128

Closed
Eh2406 opened this issue Sep 22, 2022 · 0 comments · Fixed by #11130
Closed

Take advantage of new poll task::ready #11128

Eh2406 opened this issue Sep 22, 2022 · 0 comments · Fixed by #11130

Comments

@Eh2406
Copy link
Contributor

Eh2406 commented Sep 22, 2022

The new release of Rust introduced std::task::ready, this is a macro for a pattern we use extensively in cargo. We should search through the code for anyplace like Poll::Pending => return Poll::Pending and switch to the new macro if it will make the code clearer.

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