Code #16395
Annotations
16 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L26
unneeded unit return type
|
Run `cargo clippy`:
src/lib.rs#L5
the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
|
Run `cargo clippy`:
src/allocator/bump.rs#L14
you should consider adding a `Default` implementation for `BumpAllocator`
|
Run `cargo clippy`:
src/allocator/bump.rs#L27
unsafe function's docs are missing a `# Safety` section
|
Run `cargo clippy`:
src/allocator/fixed_size_block.rs#L33
you should consider adding a `Default` implementation for `FixedSizeBlockAllocator`
|
Run `cargo clippy`:
src/allocator/fixed_size_block.rs#L46
unsafe function's docs are missing a `# Safety` section
|
Run `cargo clippy`:
src/allocator/linked_list.rs#L30
you should consider adding a `Default` implementation for `LinkedListAllocator`
|
Run `cargo clippy`:
src/allocator/linked_list.rs#L41
unsafe function's docs are missing a `# Safety` section
|
Run `cargo clippy`:
src/allocator/linked_list.rs#L68
this expression creates a reference which is immediately dereferenced by the compiler
|
Run `cargo clippy`:
src/gdt.rs#L17
returning the result of a `let` binding from a block
|
Loading