briansmith / ring

Safe, fast, small crypto using Rust
Other
3.65k stars 684 forks source link

gcm: add missing #[allow(clippy::assertions_on_constants)] for aarch64 #2001

Closed goffrie closed 3 months ago

goffrie commented 3 months ago

cargo clippy was complaining when targeting aarch64.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 96.28%. Comparing base (1303ffa) to head (937d66d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2001 +/- ## ======================================= Coverage 96.27% 96.28% ======================================= Files 139 139 Lines 20805 20806 +1 Branches 226 226 ======================================= + Hits 20031 20033 +2 Misses 739 739 + Partials 35 34 -1 ```

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

briansmith commented 3 months ago

Thank you!