Skip to content

Release 1.5.1

Release 1.5.1 #598

Triggered via push September 30, 2025 18:50
Status Success
Total duration 40s
Artifacts

build.yml

on: push
Check clippy lints
29s
Check clippy lints
Check formatting
19s
Check formatting
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Check clippy lints: src/hollow_knight_memory.rs#L5482
using `clone` on type `bool` which implements the `Copy` trait
Check clippy lints: src/hollow_knight_memory.rs#L5370
using `clone` on type `bool` which implements the `Copy` trait
Check clippy lints: src/hollow_knight_memory.rs#L5363
using `clone` on type `bool` which implements the `Copy` trait
Check clippy lints: src/hollow_knight_memory.rs#L5065
you should consider adding a `Default` implementation for `PlayerDataStore`
Check clippy lints: src/hollow_knight_memory.rs#L4918
you should consider adding a `Default` implementation for `SceneStore`
Check clippy lints: src/hollow_knight_memory.rs#L2672
this `else { if .. }` block can be collapsed
Check clippy lints: src/auto_splitter_settings.rs#L259
the borrowed expression implements the required traits
Check clippy lints: src/auto_splitter_settings.rs#L252
the borrowed expression implements the required traits
Check clippy lints: src/auto_splitter_settings.rs#L205
the borrowed expression implements the required traits
Check clippy lints: src/auto_splitter_settings.rs#L104
this boolean expression can be simplified