-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
chore: fix clippy warnings #7136
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
Conversation
Which clippy warnings is this fixing? We already check for some clippy warnings based on this configuration: tokio/.github/workflows/ci.yml Line 22 in b8ac94e
tokio/.github/workflows/ci.yml Lines 778 to 791 in b8ac94e
|
I ran |
If you make Tokio lint-free under a newer version of clippy than the one we check for right now, then please update the version number in the .github/ci folder so that it stays lint free under the new version. |
How do you want to handle this case?
Fix just this one case? |
For |
No description provided.