build(deps): bump the cargo group across 1 directory with 2 updates #76
Annotations
1 error and 2 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
blsforme/src/bootenv.rs#L35
[clippy] reported by reviewdog 🐶
warning: field `firmware` is never read
--> blsforme/src/bootenv.rs:41:5
|
35 | pub struct BootEnvironment {
| --------------- field in this struct
...
41 | firmware: Firmware,
| ^^^^^^^^
|
= note: `BootEnvironment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
Raw Output:
blsforme/src/bootenv.rs:35:12:w:warning: field `firmware` is never read
--> blsforme/src/bootenv.rs:41:5
|
35 | pub struct BootEnvironment {
| --------------- field in this struct
...
41 | firmware: Firmware,
| ^^^^^^^^
|
= note: `BootEnvironment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
__END__
|
This job failed
Loading