bootloader: Some early scaffolding around kernel installs #114
Annotations
3 warnings
[clippy] blsforme/src/bootloader/systemd_boot/mod.rs#L20:
blsforme/src/bootloader/systemd_boot/mod.rs#L20
warning: field `config` is never read
--> blsforme/src/bootloader/systemd_boot/mod.rs:22:5
|
20 | pub struct Loader<'a, 'b> {
| ------ field in this struct
21 | /// system configuration
22 | config: &'a Configuration,
| ^^^^^^
|
= note: `Loader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
[clippy] blsforme/src/entry.rs#L10:
blsforme/src/entry.rs#L10
warning: field `cmdline` is never read
--> blsforme/src/entry.rs:14:5
|
10 | pub struct Entry<'a> {
| ----- field in this struct
...
14 | cmdline: Option<String>,
| ^^^^^^^
|
= note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
Build & Test Project
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|