CI #1228
ci.yml
on: schedule
Check
4m 23s
Check Formatting
19s
Clippy
4m 18s
Semver Checks
2m 21s
Check spelling
17s
Matrix: Test
Annotations
1 error and 8 warnings
Semver Checks
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Clippy:
bios/stage-3/src/main.rs#L33
this argument is a mutable reference, but not used mutably
|
Clippy:
bios/stage-2/src/protected_mode.rs#L112
this argument is a mutable reference, but not used mutably
|
Clippy:
uefi/src/main.rs#L213
this argument is a mutable reference, but not used mutably
|
Check:
build.rs#L1
unused import: `async_process::Command`
|
Check:
build.rs#L4
unused import: `Path`
|
Check:
build.rs#L18
unused variable: `out_dir`
|
Check:
build.rs#L61
unused variable: `out_dir`
|
Check:
build.rs#L5
constant `BOOTLOADER_VERSION` is never used
|