Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable some more warnings on lints #262

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Enable some more warnings on lints #262

merged 2 commits into from
Jun 25, 2024

Conversation

djc
Copy link
Member

@djc djc commented Jun 25, 2024

Triggered by some confusion while looking at rustls/rustls#1954 and getting confused by the lack of lifetimes on SubjectKeyInfoDer return values.

@djc djc requested review from cpu and ctz June 25, 2024 08:23
Copy link

codecov bot commented Jun 25, 2024

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 ⚠️
src/subject_name/dns_name.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@djc djc added this pull request to the merge queue Jun 25, 2024
Merged via the queue into main with commit c399cd9 Jun 25, 2024
57 of 58 checks passed
@djc djc deleted the lints branch June 25, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants