rustls / webpki

WebPKI X.509 Certificate Validation in Rust
https://docs.rs/rustls-webpki/latest/webpki/
Other
98 stars 51 forks source link

Enable some more warnings on lints #262

Closed djc closed 5 months ago

djc commented 5 months ago

Triggered by some confusion while looking at https://github.com/rustls/rustls/pull/1954 and getting confused by the lack of lifetimes on SubjectKeyInfoDer return values.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 96.92308% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.30%. Comparing base (27cda7e) to head (6927d1e).

Files Patch % Lines
src/error.rs 0.00% 1 Missing :warning:
src/subject_name/dns_name.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #262 +/- ## ========================================== - Coverage 97.31% 97.30% -0.01% ========================================== Files 19 19 Lines 4248 4237 -11 ========================================== - Hits 4134 4123 -11 Misses 114 114 ```

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