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

Fix new warnings in rust 1.77 #443

Merged
merged 1 commit into from
Mar 31, 2024
Merged

Fix new warnings in rust 1.77 #443

merged 1 commit into from
Mar 31, 2024

Conversation

johanhelsing
Copy link
Owner

After rust 1.77 we started getting warnings about an unused task handle. Looking at previous code, I'm pretty sure we take ownership because we don't want to drop the task before the socket, and we also want to be able to drop the task when we want to.

Fixes: #437

@johanhelsing johanhelsing added bug Something isn't working ci Only relevant for CI labels Mar 31, 2024
@johanhelsing johanhelsing merged commit ff4e0ea into main Mar 31, 2024
12 checks passed
@johanhelsing johanhelsing deleted the fix-warning branch March 31, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Only relevant for CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clippy warnings in CI
1 participant