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 nightly clippy #6581

Merged
merged 5 commits into from
Jul 18, 2024
Merged

Fix nightly clippy #6581

merged 5 commits into from
Jul 18, 2024

Conversation

BenWiederhake
Copy link
Collaborator

Currently, the pre-commit hook that runs nightly clippy fails for many reasons, all of which are things that we can and should improve.

This PR resolves all those issues: 4 clippy lints, and one missing import that somehow wasn't detected until now. (That is a hint that something is wrong with our CI, but I don't know how to fix that.)

@BenWiederhake
Copy link
Collaborator Author

CI failure is an unrelated issue: #6534

@cakebaker cakebaker merged commit 8685694 into uutils:main Jul 18, 2024
67 of 68 checks passed
@cakebaker
Copy link
Contributor

cakebaker commented Jul 18, 2024

Maybe the missing import is not recognized because the file is behind a feature flag that's never used.

@BenWiederhake BenWiederhake deleted the dev-nightly-clippy branch July 18, 2024 17:35
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