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

Commits on May 29, 2024

  1. lib: whitespace around Userdata invariants list

    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 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fb7e9bf View commit details
    Browse the repository at this point in the history