Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clippy::doc_lazy_continuation warning
``` error: doc list item without indentation --> src/lib.rs:13:5 | 13 | //! `AsyncBufRead`, and `AsyncSeek`. | ^^ | = 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 = note: `-D clippy::doc-lazy-continuation` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]` help: indent this line | 13 | //! `AsyncBufRead`, and `AsyncSeek`. | + ```
- Loading branch information