blsforme: Rename path_ext to file_utils for other helpers #106
Annotations
3 warnings
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/
|
[clippy] blsforme/src/bootloader/systemd_boot/mod.rs#L16:
blsforme/src/bootloader/systemd_boot/mod.rs#L16
warning: field `config` is never read
--> blsforme/src/bootloader/systemd_boot/mod.rs:18:5
|
16 | pub struct Loader<'a, 'b> {
| ------ field in this struct
17 | /// system configuration
18 | 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/manager.rs#L25:
blsforme/src/manager.rs#L25
warning: field `system_kernels` is never read
--> blsforme/src/manager.rs:29:5
|
25 | pub struct Manager<'a> {
| ------- field in this struct
...
29 | system_kernels: Vec<Kernel>,
| ^^^^^^^^^^^^^^
|
= note: `Manager` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|