Skip to content

Increase cargo clippy coverage in CI #1507

Increase cargo clippy coverage in CI

Increase cargo clippy coverage in CI #1507

Triggered via pull request December 26, 2024 12:26
Status Failure
Total duration 51s
Artifacts

clippy.yml

on: pull_request
clippy_check
44s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
struct `LtdcLayer2` is never constructed: src/ltdc.rs#L67
error: struct `LtdcLayer2` is never constructed --> src/ltdc.rs:67:14 | 67 | (LAYER2, LtdcLayer2, layer2, "Layer 2"), | ^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` = note: this error originates in the macro `declare_layer` (in Nightly builds, run with -Z macro-backtrace for more info)
clippy_check
Clippy has exited with exit code 101
clippy_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636