You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments