-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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: fix clippy warnings #7136
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
|
a9b337e
to
84ca1e0
Compare
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. |
805be94
to
55bd9e5
Compare
How do you want to handle this case?
Fix just this one case? |
For |
1558c0d
to
4c1ae25
Compare
6ce8643
to
e957a60
Compare
No description provided.