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

lib: whitespace around Userdata invariants list #429

Merged
merged 1 commit into from
May 29, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented May 29, 2024

This fixes a nightly clippy finding:

error: doc list item missing indentation
  --> src/lib.rs:72:5
   |
72 | /// If any of these invariants fails, try_drop will return an error.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation

This fixes a nightly clippy finding:
```
error: doc list item missing indentation
  --> src/lib.rs:72:5
   |
72 | /// If any of these invariants fails, try_drop will return an error.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
```
@cpu cpu self-assigned this May 29, 2024
@cpu cpu requested a review from ctz May 29, 2024 15:47
@cpu
Copy link
Member Author

cpu commented May 29, 2024

Trivial docs-only change. Merging without blocking on further revs.

@cpu cpu merged commit 33742a4 into rustls:main May 29, 2024
23 checks passed
@cpu cpu deleted the cpu-doc-list-ident branch May 29, 2024 15:52
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