rust-av / av-metrics

Quality metrics
MIT License
53 stars 9 forks source link

Fix clippy lints #299

Closed FreezyLemon closed 6 months ago

FreezyLemon commented 6 months ago

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)

FreezyLemon commented 6 months ago

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

FreezyLemon commented 6 months ago

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