Code #11287
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
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/
|
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/
|
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/
|
src/lib.rs#L26
unneeded unit return type
|
src/allocator/bump.rs#L27
unsafe function's docs miss `# Safety` section
|
src/allocator/fixed_size_block.rs#L46
unsafe function's docs miss `# Safety` section
|
src/allocator/linked_list.rs#L41
unsafe function's docs miss `# Safety` section
|
src/allocator/linked_list.rs#L68
this expression creates a reference which is immediately dereferenced by the compiler
|
src/gdt.rs#L17
returning the result of a `let` binding from a block
|
src/memory.rs#L13
unsafe function's docs miss `# Safety` section
|
src/memory.rs#L57
unsafe function's docs miss `# Safety` section
|
|
The logs for this run have expired and are no longer available.
Loading