Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Fixes clippy warnings: - [needless borrows for generic args](https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args) - [md lazy continuation](https://rust-lang.github.io/rust-clippy/master/index.html#/doc_lazy_continuation) which simply means clippy wants us to use consistent indentation for lists so that it can be sure how to format docs. ## Breaking Changes n/a ## Notes & open questions n/a ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] ~~tests if relevant.~~ - [ ] ~~All breaking changes documented.~~
- Loading branch information