divviup / libprio-rs

Implementation of Prio in Rust.
Mozilla Public License 2.0
103 stars 31 forks source link

Fix lints about Markdown lists in docs #1101

Closed divergentdave closed 4 months ago

divergentdave commented 4 months ago

This fixes some clippy::doc_lazy_continuation lints. In one case, we indent a list item that takes up two lines, in another case, we separate paragraphs that were incorrectly parsed as part of a preceding list.