briansmith / ring

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

bssl::Result doesn't need to be Copy/Clone/Debug. #2090

Closed briansmith closed 3 weeks ago

briansmith commented 3 weeks ago

It is immediately converted into a Result whenever created.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 97.27%. Comparing base (9d43b01) to head (731ca3b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2090 +/- ## ======================================= Coverage 97.27% 97.27% ======================================= Files 143 143 Lines 20017 20017 Branches 228 228 ======================================= Hits 19472 19472 Misses 519 519 Partials 26 26 ```

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