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

refactor: reduce dependency on futures-core / futures-util #449

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

0x676e67
Copy link
Owner

@0x676e67 0x676e67 commented Feb 18, 2025

This pull request focuses on replacing the futures_util::ready! macro with the std::task::ready! macro across multiple files to streamline the codebase. The changes span several modules, including body.rs, decoder.rs, websocket/mod.rs, dns.rs, http.rs, pool.rs, and oneshot.rs.

Macro Replacement:

@0x676e67
Copy link
Owner Author

ref: seanmonstar/reqwest#2557

@0x676e67 0x676e67 merged commit 5a4f2be into main Feb 18, 2025
6 checks passed
@0x676e67 0x676e67 deleted the refactor branch February 18, 2025 16:28
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 this pull request may close these issues.

1 participant