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 clippy warnings on Windows #1088

Merged
merged 9 commits into from
Jun 8, 2024
Merged

Conversation

ChrisDenton
Copy link
Member

This is likely best reviewed commit-by-commit. The first commit simply uses cargo clippy --fix to automatically fix warnings so there almost certainly aren't any behavioural changes. The other commits are manual fixes but should be fine too. The most tricky one is probably 397dd22 because it's rearranging boolean expressions.

src/command_helpers.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@NobodyXu NobodyXu left a comment

Choose a reason for hiding this comment

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

Thanks!

@NobodyXu NobodyXu merged commit dff709b into rust-lang:main Jun 8, 2024
24 checks passed
@ChrisDenton ChrisDenton deleted the clippy-fix branch June 8, 2024 04:01
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