Skip to content

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
@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