fix: correct SerializeField definition #5286
CI.yml
on: pull_request
cargo check
41s
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
31s
Matrix: test
all systems go!
0s
Annotations
6 errors and 2 warnings
doc list item missing indentation:
tracing-subscriber/src/fmt/format/mod.rs#L681
error: doc list item missing indentation
--> tracing-subscriber/src/fmt/format/mod.rs:681:9
|
681 | /// object.
| ^
|
= 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
|
681 | /// object.
| ++
|
doc list item missing indentation:
tracing-subscriber/src/fmt/format/json.rs#L67
error: doc list item missing indentation
--> tracing-subscriber/src/fmt/format/json.rs:67:5
|
67 | /// object.
| ^
|
= 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
|
67 | /// object.
| ++
|
doc list item missing indentation:
tracing-subscriber/src/fmt/format/json.rs#L65
error: doc list item missing indentation
--> tracing-subscriber/src/fmt/format/json.rs:65:5
|
65 | /// span
| ^
|
= 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
|
65 | /// span
| ++
|
doc list item missing indentation:
tracing-subscriber/src/fmt/format/json.rs#L63
error: doc list item missing indentation
--> tracing-subscriber/src/fmt/format/json.rs:63:5
|
63 | /// the root
| ^
|
= 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
|
63 | /// the root
| ++
|
doc list item missing indentation:
tracing-subscriber/src/fmt/fmt_subscriber.rs#L598
error: doc list item missing indentation
--> tracing-subscriber/src/fmt/fmt_subscriber.rs:598:9
|
598 | /// object.
| ^
|
= 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
|
598 | /// object.
| ++
|
warnings
Clippy had exited with the 101 exit code
|
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|