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 clippy issues and stop it from breaking with every Rust update #929

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

shssoichiro
Copy link
Collaborator

The lints in nursery and pedantic are not intended to be stable, and many of them will be added or changed with each Rust update. This makes it annoying to maintain the package, because CI will begin failing every 6 weeks when a new Rust version releases. This cleans up this version's new pedantic lints, and then removes our overrides that enable the unstable lints.

It looks like this was already done in the av1an package a while ago, but we never did it for av1an-core.

The lints in `nursery` and `pedantic` are not intended to be stable,
and many of them will be added or changed with each Rust update.
This makes it annoying to maintain the package, because CI will
begin failing every 6 weeks when a new Rust version releases.
This cleans up this version's new pedantic lints, and then removes
our overrides that enable the unstable lints.

It looks like this was already done in the `av1an` package a while ago,
but we never did it for `av1an-core`.
@shssoichiro shssoichiro marked this pull request as ready for review March 8, 2025 01:48
@master-of-zen master-of-zen merged commit 118a58b into master-of-zen:master Mar 10, 2025
5 checks passed
@shssoichiro shssoichiro deleted the clippy-cleanup branch March 10, 2025 17:32
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