Update 'time' in Cargo.lock to resovle build error #279
Annotations
9 errors and 2 warnings
doc quote missing `>` marker:
cli/main.rs#L23
error: doc quote missing `>` marker
--> cli/main.rs:23:4
|
23 | //! control over what is being executed in which environment. It is recommended that user's first
| ^
|
= help: if this not intended to be a quote at all, escape it with `\>`
= 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: add markers to start of line
|
23 | //!> control over what is being executed in which environment. It is recommended that user's first
| +
|
doc quote missing `>` marker:
cli/main.rs#L24
error: doc quote missing `>` marker
--> cli/main.rs:24:4
|
24 | //! familiarize themselves with substrate in depth, particularly the execution model. It is critical
| ^
|
= help: if this not intended to be a quote at all, escape it with `\>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: add markers to start of line
|
24 | //!> familiarize themselves with substrate in depth, particularly the execution model. It is critical
| +
|
doc quote missing `>` marker:
cli/main.rs#L25
error: doc quote missing `>` marker
--> cli/main.rs:25:4
|
25 | //! to deeply understand how the wasm/client/runtime interactions, and the runtime apis work in the
| ^
|
= help: if this not intended to be a quote at all, escape it with `\>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: add markers to start of line
|
25 | //!> to deeply understand how the wasm/client/runtime interactions, and the runtime apis work in the
| +
|
doc quote missing `>` marker:
cli/main.rs#L26
error: doc quote missing `>` marker
--> cli/main.rs:26:4
|
26 | //! substrate runtime, before commencing to working with `try-runtime`.
| ^
|
= help: if this not intended to be a quote at all, escape it with `\>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: add markers to start of line
|
26 | //!> substrate runtime, before commencing to working with `try-runtime`.
| +
|
doc list item missing indentation:
cli/main.rs#L180
error: doc list item missing indentation
--> cli/main.rs:180:4
|
180 | //! the running node that you connect to, and provide a wasm blob that has try-runtime
| ^
|
= 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
|
180 | //! the running node that you connect to, and provide a wasm blob that has try-runtime
| +++
|
doc list item missing indentation:
cli/main.rs#L181
error: doc list item missing indentation
--> cli/main.rs:181:4
|
181 | //! functionality enabled.
| ^
|
= 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
|
181 | //! functionality enabled.
| +++
|
doc list item missing indentation:
cli/main.rs#L203
error: doc list item missing indentation
--> cli/main.rs:203:4
|
203 | //! polkadot network. This means that this block hash's state should not yet have been pruned by the
| ^
|
= 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
|
203 | //! polkadot network. This means that this block hash's state should not yet have been pruned by the
| ++
|
doc list item missing indentation:
cli/main.rs#L204
error: doc list item missing indentation
--> cli/main.rs:204:4
|
204 | //! node running at `rpc.polkadot.io`.
| ^
|
= 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
|
204 | //! node running at `rpc.polkadot.io`.
| ++
|
clippy
Clippy had exited with the 101 exit code
|
doc
The following actions uses Node.js version which is deprecated and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (ubuntu-latest, stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|