Code #16517
Annotations
12 warnings
Install Rust Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run `cargo clippy`:
src/lib.rs#L20
unneeded unit return type
|
Run `cargo clippy`:
src/gdt.rs#L17
returning the result of a `let` binding from a block
|
Run `cargo clippy`:
src/lib.rs#L46
empty `loop {}` wastes CPU cycles
|
Run `cargo clippy`:
src/gdt.rs#L15
creating a shared reference to mutable static is discouraged
|
Run `cargo clippy`
`blog_os` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p blog_os` to apply 2 suggestions)
|
Run `cargo clippy`:
src/main.rs#L16
function `stack_overflow` is never used
|
Run `cargo clippy`:
src/main.rs#L27
empty `loop {}` wastes CPU cycles
|
Run `cargo clippy`
`blog_os` (bin "blog_os") generated 3 warnings
|
Loading