Code #16544
Annotations
14 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#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