briansmith / ring

Safe, fast, small crypto using Rust
Other
3.64k stars 682 forks source link

bigint: Remove useless `#[allow(deprecated)]`. #2084

Closed briansmith closed 4 weeks ago

briansmith commented 4 weeks ago

Not only does it not work in this usage, but it actually generated an additional warning about it not working, thus doubling the number of warnings instead.

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 97.24%. Comparing base (d3f508b) to head (dcb309b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2084 +/- ## ======================================= Coverage 97.24% 97.24% ======================================= Files 144 144 Lines 19995 19995 Branches 228 228 ======================================= + Hits 19444 19445 +1 Misses 525 525 + Partials 26 25 -1 ```

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