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

chore: Fix lints from clippy 1.82 #1580

Merged
merged 1 commit into from
Oct 15, 2024
Merged

chore: Fix lints from clippy 1.82 #1580

merged 1 commit into from
Oct 15, 2024

Conversation

aborgna-q
Copy link
Collaborator

Rust 1.82 comes out on 2024-10-17.
The matching version of clippy has a new lint for doc lines where the first paragraph is too long.
https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph

This PR preventively fixes the issues before they cause lint errors on CI.

@aborgna-q aborgna-q requested a review from a team as a code owner October 14, 2024 17:31
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.79%. Comparing base (6c425ee) to head (ee9e6ce).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1580      +/-   ##
==========================================
- Coverage   85.79%   85.79%   -0.01%     
==========================================
  Files         135      135              
  Lines       24687    24687              
  Branches    21623    21623              
==========================================
- Hits        21181    21180       -1     
- Misses       2404     2405       +1     
  Partials     1102     1102              
Flag Coverage Δ
python 92.68% <ø> (ø)
rust 84.81% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@aborgna-q aborgna-q added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 2b96831 Oct 15, 2024
21 checks passed
@aborgna-q aborgna-q deleted the ab/fix-182-lints branch October 15, 2024 08:26
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.

2 participants