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

ci: address new clippy lints in 1.80 #331

Merged
merged 1 commit into from
Aug 9, 2024
Merged

ci: address new clippy lints in 1.80 #331

merged 1 commit into from
Aug 9, 2024

Conversation

Trouv
Copy link
Owner

@Trouv Trouv commented Aug 9, 2024

Rust 1.80 has been released, and new clippy lints are now being checked in our CI. This PR addresses these lints to uphold the code quality of this repository and get the clippy CI job passing again.

The new lint that was failing is doc_lazy_continuation, so this PR only really affects docs. This lint was simply #[allow(...)]'d in the ldtk module since most of the code in this module is auto-generated and any manual changes to it need to be repeated whenever it is regenerated.

@Trouv Trouv merged commit 4ccc97f into main Aug 9, 2024
5 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.

1 participant