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

chore(client/legacy): remove unused PoolClient::is_closed() #169

Merged

Conversation

cratelyn
Copy link
Contributor

this function is not used, and a warning is observed when this crate is built with e.g. --all-features.

this commit removes this unused method from the PoolClient<B> type.

this function is not used, and a warning is observed when this crate is
built with e.g. `--all-features`.

this commit removes this unused method from the `PoolClient<B>` type.

Signed-off-by: katelyn martin <me+cratelyn@katelyn.world>
@seanmonstar seanmonstar merged commit d51318d into hyperium:master Feb 21, 2025
16 checks passed
@cratelyn cratelyn deleted the remove-unused-pool-client-is-closed branch February 22, 2025 23:58
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