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 some indentations in doc comments flagged by clippy in beta #813

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

jannic
Copy link
Member

@jannic jannic commented Jul 1, 2024

No description provided.

@jannic
Copy link
Member Author

jannic commented Jul 1, 2024

warning: doc list item missing indentation
   --> rp2040-hal/src/sio.rs:594:9
    |
594 |     /// BASE0 and an upper bound of BASE1.
    |         ^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
    = note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
    |
594 |     ///   BASE0 and an upper bound of BASE1.
    |         ++

etc.

@jannic jannic merged commit 2d593e4 into rp-rs:main Jul 1, 2024
6 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