Merge pull request #237 from EspressoSystems/increment-semver #366
Annotations
2 errors and 1 warning
doc list item without indentation:
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.
| ++
|
lint
Clippy had exited with the 101 exit code
|
lint
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|