Skip to content

Various CI pipeline improvements #39

Various CI pipeline improvements

Various CI pipeline improvements #39

GitHub Actions / clippy completed Dec 18, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (2)

libcoap/src/context.rs|649 col 13| unused variable: a
libcoap/src/context.rs|649 col 17| using clone on type i32 which implements the Copy trait

Filtered Findings (0)

Annotations

Check warning on line 649 in libcoap/src/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] libcoap/src/context.rs#L649 <unused_variables>

unused variable: `a`
Raw output
libcoap/src/context.rs:649:13: warning: unused variable: `a` (unused_variables)

Check warning on line 649 in libcoap/src/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] libcoap/src/context.rs#L649 <clippy::clone_on_copy>

using `clone` on type `i32` which implements the `Copy` trait
Raw output
libcoap/src/context.rs:649:17: warning: using `clone` on type `i32` which implements the `Copy` trait (clippy::clone_on_copy)