Skip to content

fix: correct SerializeField definition #5286

fix: correct SerializeField definition

fix: correct SerializeField definition #5286

GitHub Actions / clippy failed Jul 26, 2024 in 0s

clippy

5 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 5
Warning 0
Note 0
Help 0

Versions

  • rustc 1.80.0 (051478957 2024-07-21)
  • cargo 1.80.0 (376290515 2024-07-16)
  • clippy 0.1.80 (0514789 2024-07-21)

Annotations

Check failure on line 681 in tracing-subscriber/src/fmt/format/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

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.
    |         ++

Check failure on line 67 in tracing-subscriber/src/fmt/format/json.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

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.
   |     ++

Check failure on line 65 in tracing-subscriber/src/fmt/format/json.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

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
   |     ++

Check failure on line 63 in tracing-subscriber/src/fmt/format/json.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

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
   |     ++

Check failure on line 598 in tracing-subscriber/src/fmt/fmt_subscriber.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

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.
    |         ++