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

Fix 1.82 clippy lint too_long_first_doc_paragraph #8941

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

arpad-m
Copy link
Member

@arpad-m arpad-m commented Sep 6, 2024

Addresses the 1.82 beta clippy lint too_long_first_doc_paragraph by adding newlines to the first sentence if it is short enough, and making a short first sentence if there is the need.

Copy link

github-actions bot commented Sep 6, 2024

3829 tests run: 3719 passed, 0 failed, 110 skipped (full report)


Flaky tests (6)

Postgres 16

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 32.0% (7342 of 22954 functions)
  • lines: 50.1% (59467 of 118745 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2da989a at 2024-09-06T12:25:45.151Z :recycle:

@arpad-m arpad-m merged commit cbcd405 into main Sep 6, 2024
69 checks passed
@arpad-m arpad-m deleted the arpad/too_long_first_doc_paragraph branch September 6, 2024 12:33
arpad-m added a commit that referenced this pull request Sep 6, 2024
Addresses the clippy lints of the beta 1.82 toolchain.

The `too_long_first_doc_paragraph` lint complained a lot and was
addressed separately: #8941
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.

4 participants