Skip to content

Prepare 1.8.1 release #827

Prepare 1.8.1 release

Prepare 1.8.1 release #827

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

clippy

6 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 6
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 1005 in src/xmp_meta.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
    --> src/xmp_meta.rs:1005:9
     |
1005 |     /// size plus 1.
     |         ^
     |
     = 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
     |
1005 |     ///    size plus 1.
     |         +++

Check failure on line 1004 in src/xmp_meta.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
    --> src/xmp_meta.rs:1004:9
     |
1004 |     /// arrays. A new item is automatically appended if the index is the array
     |         ^
     |
     = 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
     |
1004 |     ///    arrays. A new item is automatically appended if the index is the array
     |         +++

Check failure on line 1003 in src/xmp_meta.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
    --> src/xmp_meta.rs:1003:9
     |
1003 |     /// must already exist. Use [`XmpMeta::append_array_item`] to create
     |         ^
     |
     = 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: the lint level is defined here
    --> src/lib.rs:18:9
     |
18   | #![deny(warnings)]
     |         ^^^^^^^^
     = note: `#[deny(clippy::doc_lazy_continuation)]` implied by `#[deny(warnings)]`
help: indent this line
     |
1003 |     ///    must already exist. Use [`XmpMeta::append_array_item`] to create
     |         +++

Check failure on line 1005 in src/xmp_meta.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
    --> src/xmp_meta.rs:1005:9
     |
1005 |     /// size plus 1.
     |         ^
     |
     = 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
     |
1005 |     ///    size plus 1.
     |         +++

Check failure on line 1004 in src/xmp_meta.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
    --> src/xmp_meta.rs:1004:9
     |
1004 |     /// arrays. A new item is automatically appended if the index is the array
     |         ^
     |
     = 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
     |
1004 |     ///    arrays. A new item is automatically appended if the index is the array
     |         +++

Check failure on line 1003 in src/xmp_meta.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
    --> src/xmp_meta.rs:1003:9
     |
1003 |     /// must already exist. Use [`XmpMeta::append_array_item`] to create
     |         ^
     |
     = 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: the lint level is defined here
    --> src/lib.rs:18:9
     |
18   | #![deny(warnings)]
     |         ^^^^^^^^
     = note: `#[deny(clippy::doc_lazy_continuation)]` implied by `#[deny(warnings)]`
help: indent this line
     |
1003 |     ///    must already exist. Use [`XmpMeta::append_array_item`] to create
     |         +++