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

Add #[must_use] to All Custom Futures #104

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Add #[must_use] to All Custom Futures #104

merged 1 commit into from
Dec 28, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Dec 28, 2024

Without this it's very easy to forget awaiting the futures, leading to possibly long debugging sessions.

Without this it's very easy to forget awaiting the futures, leading to
possibly long debugging sessions.
@CryZe CryZe added the enhancement New feature or request label Dec 28, 2024
@CryZe CryZe enabled auto-merge (squash) December 28, 2024 11:56
@CryZe CryZe merged commit ebed573 into master Dec 28, 2024
7 checks passed
@CryZe CryZe deleted the future-must-use branch December 28, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant