Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve doc_lazy_continuation clippy lint
warning: doc list item missing indentation --> src/lib.rs:138:5 | 138 | /// right, lexicographically ordered as a 3-tuple of integers. So for example | ^ | = 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: `-W clippy::doc-lazy-continuation` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::doc_lazy_continuation)]` help: indent this line | 138 | /// right, lexicographically ordered as a 3-tuple of integers. So for example | ++ warning: doc list item missing indentation --> src/lib.rs:139:5 | 139 | /// version `1.5.0` is less than version `1.19.0`, despite the fact that | ^ | = 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 help: indent this line | 139 | /// version `1.5.0` is less than version `1.19.0`, despite the fact that | ++ warning: doc list item missing indentation --> src/lib.rs:140:5 | 140 | /// "1.19.0" < "1.5.0" as ASCIIbetically compared strings and 1.19 < 1.5 | ^ | = 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 help: indent this line | 140 | /// "1.19.0" < "1.5.0" as ASCIIbetically compared strings and 1.19 < 1.5 | ++ warning: doc list item missing indentation --> src/lib.rs:141:5 | 141 | /// as real numbers. | ^ | = 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 help: indent this line | 141 | /// as real numbers. | ++
- Loading branch information