Merge pull request #237 from EspressoSystems/increment-semver #365
Annotations
2 errors and 1 warning
src/lib.rs#L602
error: doc list item without indentation
--> src/lib.rs:602:5
|
602 | /// Last one wins.
| ^
|
= 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
|
602 | /// Last one wins.
| ++
|
|
|
This job failed
Loading