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

Rewrap doc comments to always have a succinct first paragraph #1418

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

svix-jplatte
Copy link
Member

Clippy is unhappy about some of our doc comments, and I agree with it. They're supposed to have a succinct first paragraph that can be rendered as a summary (also helpful in our OpenAPI docs). This PR makes it so, at least for all the comments that were surpassing the threshold that makes clippy warn about an overly long first paragraph.

Clippy is unhappy about some of our doc comments, and I agree with it.
They're supposed to have a succinct first paragraph that can be rendered
as a summary (also helpful in our OpenAPI docs). This PR makes it so, at
least for all the comments that were surpassing the threshold that makes
clippy warn about an overly long first paragraph.
@svix-jplatte svix-jplatte requested a review from a team as a code owner September 4, 2024 14:58
@svix-jplatte svix-jplatte merged commit 1ec4dde into main Sep 4, 2024
8 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/clippy branch September 4, 2024 16:06
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