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

Deny missing debug implementation and Rust 2018 idioms #751

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

jessebraham
Copy link
Member

These are mostly just stylistic changes, but IMO good to have in many cases. Would also like to add #![deny(missing_docs)], but this will be a non-trivial amount of work to document everything so will handle that in a separate PR 😅

Maybe additionally it would be good to apply some of the Rust Style Guide guidelines to our code base like we did in esp-hal, however no rush there. Can be done at a later date for sure.

@jessebraham jessebraham added the skip-changelog Skips the changelog CI check label Feb 7, 2025
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.

LGTM! Thanks

@SergioGasquez SergioGasquez added this pull request to the merge queue Feb 7, 2025
Merged via the queue into esp-rs:main with commit 258e46b Feb 7, 2025
29 checks passed
@jessebraham jessebraham deleted the fixes/misc branch February 7, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skips the changelog CI check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants