Skip to content

ugly_list: wipe improper items to Default, Remove #601

ugly_list: wipe improper items to Default, Remove

ugly_list: wipe improper items to Default, Remove #601

Triggered via pull request November 14, 2025 15:39
Status Success
Total duration 49s
Artifacts

build.yml

on: pull_request
Check clippy lints
24s
Check clippy lints
Check formatting
7s
Check formatting
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Check clippy lints: src/hollow_knight_memory.rs#L5384
using `clone` on type `bool` which implements the `Copy` trait
Check clippy lints: src/hollow_knight_memory.rs#L5377
using `clone` on type `bool` which implements the `Copy` trait
Check clippy lints: src/hollow_knight_memory.rs#L5079
you should consider adding a `Default` implementation for `PlayerDataStore`
Check clippy lints: src/hollow_knight_memory.rs#L4932
you should consider adding a `Default` implementation for `SceneStore`
Check clippy lints: src/hollow_knight_memory.rs#L2686
this `else { if .. }` block can be collapsed
Check clippy lints: src/hollow_knight_memory.rs#L2536
useless use of `format!`
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