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

Run cargo clippy --fix to fix CI #2568

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Run cargo clippy --fix to fix CI #2568

merged 2 commits into from
Feb 8, 2024

Conversation

Enselic
Copy link
Contributor

@Enselic Enselic commented Feb 5, 2024

I ran this command:

cargo +beta clippy --fix --workspace --all-targets --all-features -- -D warnings

which fixes a clippy problem that CI currently complains about: #2567

In the case of NotSendSync its unused field is important so that it stays not Send and not Sync. So allow it to be unused.

I ran this command:

    cargo +beta clippy --fix --workspace --all-targets --all-features -- -D warnings

which fixes a clippy problem that CI currently complains about.
Copy link
Member

@jplatte jplatte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jplatte jplatte merged commit a3ec44a into tokio-rs:main Feb 8, 2024
18 checks passed
@Enselic Enselic deleted the fix-clippy branch February 9, 2024 03:09
@jplatte jplatte mentioned this pull request Mar 6, 2024
1 task
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