xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.73k stars 253 forks source link

Remove crate `quickcheck_macros` #3328

Closed FreezyLemon closed 10 months ago

FreezyLemon commented 10 months ago

This is the last dependency that requires version 1 of syn (see #3254):

$ cargo tree | grep -c "syn v1"
0

quickcheck_macros isn't actually required, and quickcheck is already on version 2 of syn. The code change that is needed to remove quickcheck_macros is very small, so I don't see a reason not to do it.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (15f47f5) 88.48% compared to head (e9ee438) 88.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3328 +/- ## ======================================= Coverage 88.48% 88.48% ======================================= Files 88 88 Lines 28230 28231 +1 ======================================= + Hits 24980 24981 +1 Misses 3250 3250 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.