Skip to content

fix: correct SerializeField definition #5286

fix: correct SerializeField definition

fix: correct SerializeField definition #5286

Triggered via pull request July 26, 2024 14:53
Status Failure
Total duration 12m 23s
Artifacts

CI.yml

on: pull_request
cargo check
41s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
12s
cargo fmt
cargo test (feature-specific)
11m 8s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

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/