CI #1411
ci.yml
on: schedule
Check
4m 15s
Check Formatting
15s
Clippy
4m 4s
Semver Checks
4m 50s
Check spelling
16s
Matrix: Test
Annotations
8 warnings
Clippy:
tests/test_kernels/ramdisk/src/bin/memory_map.rs#L78
unsafe function's docs miss `# Safety` section
|
Clippy:
bios/stage-4/src/main.rs#L31
use of a fallible conversion when an infallible one could be used
|
Clippy:
bios/stage-2/src/disk.rs#L17
mutable reference of mutable static is discouraged
|
Clippy:
bios/stage-2/src/main.rs#L90
mutable reference of mutable static is discouraged
|
Check:
build.rs#L1
unused import: `async_process::Command`
|
Check:
build.rs#L5
constant `BOOTLOADER_VERSION` is never used
|
Check:
bios/stage-2/src/disk.rs#L17
mutable reference of mutable static is discouraged
|
Check:
bios/stage-2/src/main.rs#L90
mutable reference of mutable static is discouraged
|