adapt data layout to match LLVM's #420
Merged
Annotations
5 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/rust-problem-matchers@v1.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run cargo clippy --all --all-targets:
tests/test_kernels/ramdisk/src/bin/memory_map.rs#L78
unsafe function's docs miss `# Safety` section
|
Run cargo clippy --all --all-targets:
bios/stage-2/src/disk.rs#L17
mutable reference of mutable static is discouraged
|
Run cargo clippy --all --all-targets:
bios/stage-2/src/main.rs#L90
mutable reference of mutable static is discouraged
|
Run cargo clippy --all --all-targets:
bios/stage-4/src/main.rs#L31
use of a fallible conversion when an infallible one could be used
|
The logs for this run have expired and are no longer available.
Loading