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

Disable several warnings that show up with rust 1.82.0(beta) #849

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

jannic
Copy link
Member

@jannic jannic commented Sep 9, 2024

For most, I didn't find a good solution that would work with both rust 1.81.0 and 1.82.0.

clippy::too_long_first_doc_paragraph is an exception, this could be solved by rephrasing the doc comments. However I didn't want to edit all the doc comments for the rom functions.

For most, I didn't find a good solution that would work with both rust
1.81.0 and 1.82.0.

clippy::too_long_first_doc_paragraph is an exception, this could be
solved by rephrasing the doc comments. However I didn't want
to edit all the doc comments for the rom functions.
@thejpster
Copy link
Member

Ugh, it's a shame this was necessary. Your fix looks OK.

@jannic
Copy link
Member Author

jannic commented Sep 10, 2024

This may still change: rust-lang/rust#129352 (comment)

The warning happening in beta will be rolled back (for now) according to
rust-lang/rust#129352 (comment)

Until this change propagates to a beta release, we can live with the
warnings.
@jannic jannic merged commit 800dec5 into rp-rs:main Sep 10, 2024
49 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