Skip to content

bump pinned clippy version #592

bump pinned clippy version

bump pinned clippy version #592

Triggered via pull request September 10, 2024 18:38
Status Failure
Total duration 24m 45s
Artifacts

test.yml

on: pull_request
Matrix: internal-tests
Matrix: msrv
test-embedded-size
0s
test-embedded-size
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
first doc comment paragraph is too long: mavlink-core/src/utils.rs#L21
error: first doc comment paragraph is too long --> mavlink-core/src/utils.rs:21:1 | 21 | / /// A trait very similar to `Default` but is only implemented for the equivalent Rust types to 22 | | /// `MavType`s. This is only needed because rust doesn't currently implement `Default` for arrays 23 | | /// of all sizes. In particular this trait is only ever used when the "serde" feature is enabled. 24 | | /// For more information, check out [this issue](https://users.rust-lang.org/t/issue-for-derives-for-arrays-greater-than-size-32/59055/3). | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph note: the lint level is defined here --> mavlink-core/src/lib.rs:23:9 | 23 | #![deny(clippy::all)] | ^^^^^^^^^^^ = note: `#[deny(clippy::too_long_first_doc_paragraph)]` implied by `#[deny(clippy::all)]`
linting
Clippy had exited with the 101 exit code
first doc comment paragraph is too long: mavlink-bindgen/src/parser.rs#L1367
warning: first doc comment paragraph is too long --> mavlink-bindgen/src/parser.rs:1367:1 | 1367 | / /// CRC operates over names of the message and names of its fields 1368 | | /// Hence we have to preserve the original uppercase names delimited with an underscore 1369 | | /// For field names, we replace "type" with "mavtype" to make it rust compatible (this is 1370 | | /// needed for generating sensible rust code), but for calculating crc function we have to 1371 | | /// use the original name "type" | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph = note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default