Skip to content

style(client): Fix some clippy lints #199

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
Jun 2, 2025
Merged

Conversation

0x676e67
Copy link
Contributor

@0x676e67 0x676e67 commented Jun 2, 2025

This pull request simplifies error handling in src/client/legacy/connect/http.rs by removing unnecessary .into() calls when assigning error messages and updating the fmt::Display implementation of ConnectError to directly use the message string. These changes improve code clarity and reduce redundant operations.

@seanmonstar seanmonstar merged commit 22867bd into hyperium:master Jun 2, 2025
16 checks passed
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.

2 participants