Release 1.0.1 #409
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#L1142
this `else { if .. }` block can be collapsed
|
Run Clippy:
src/hollow_knight_memory.rs#L2707
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L2710
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L2789
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L2792
using `clone` on type `bool` which implements the `Copy` trait
|
Run Clippy:
src/hollow_knight_memory.rs#L3494
this boolean expression can be simplified
|
Run Clippy:
src/hollow_knight_memory.rs#L3496
this boolean expression can be simplified
|
Run Clippy:
src/hollow_knight_memory.rs#L3497
unnecessary use of `to_vec`
|
Run Clippy:
src/hollow_knight_memory.rs#L3557
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