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

Make clippy happy #710

Merged
merged 3 commits into from
Dec 19, 2024
Merged

Make clippy happy #710

merged 3 commits into from
Dec 19, 2024

Conversation

ivmarkov
Copy link
Contributor

Subject says it all.

99% of the changes here are the result of

rustup default nightly
cargo clippy --alllow-dirty --fix

... and then I added #[allow(clippy::too_many_arguments)] to two constructor functions as clippy complained (apparently they reduced the threshold down to 7 arguments before the complaints start)

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

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

Thanks!

CHANGELOG.md Outdated Show resolved Hide resolved
@SergioGasquez SergioGasquez added this pull request to the merge queue Dec 19, 2024
Merged via the queue into esp-rs:main with commit 523eedc Dec 19, 2024
28 checks passed
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