Release 1.0.0 #394
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Clippy:
src/hollow_knight_memory.rs#L1143
this `else { if .. }` block can be collapsed
|
Run Clippy:
src/hollow_knight_memory.rs#L2708
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L2711
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L2790
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L2793
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L3498
this boolean expression can be simplified
|
Run Clippy:
src/hollow_knight_memory.rs#L3500
this boolean expression can be simplified
|
Run Clippy:
src/hollow_knight_memory.rs#L3501
unnecessary use of `to_vec`
|
Run Clippy:
src/hollow_knight_memory.rs#L3561
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
|
Run Clippy:
src/legacy_xml.rs#L35
this `impl` can be derived
|
Loading