Increase cargo clippy coverage in CI #1506
Annotations
4 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)
|
struct `NoIo` is never constructed:
src/xspi/qspi.rs#L14
error: struct `NoIo` is never constructed
--> src/xspi/qspi.rs:14:12
|
14 | pub struct NoIo {}
| ^^^^
|
trait `PinSckBank2` is never used:
src/xspi/qspi.rs#L25
error: trait `PinSckBank2` is never used
--> src/xspi/qspi.rs:25:11
|
25 | pub trait PinSckBank2 {}
| ^^^^^^^^^^^
|
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
|