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 lints #299

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Fix clippy lints #299

merged 2 commits into from
Mar 29, 2024

Conversation

FreezyLemon
Copy link
Contributor

Now, this is technically a breaking change because MetricsError::NonExhaustive is technically part of the public API. But given that it is doc(hidden) and explicitly not supposed to be used, I think this change is fine?

I also updated one crate, which should hopefully be uncontroversial (proc-macro2)

- Replace MetricsError::NonExhaustive with #[non_exhaustive]
- Remove some redundant let bindings
- Disconnect rayon::scope from result handling
@FreezyLemon
Copy link
Contributor Author

Errors in ffmpeg crate build. I'll take a look...

@FreezyLemon FreezyLemon mentioned this pull request Mar 15, 2024
@FreezyLemon
Copy link
Contributor Author

I think this one is fine to merge as-is... The FFmpeg build error will need to be fixed either by pinning FFmpeg to 5.X or by updating ffmpeg-the-third to support 6.1

@FreezyLemon FreezyLemon merged commit f8eb1f0 into rust-av:master Mar 29, 2024
2 of 4 checks passed
@FreezyLemon FreezyLemon deleted the fix-clippy-lints branch March 29, 2024 20:42
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.

None yet

1 participant