Skip to content

fix: remove dead clippy allow and fix collapsible-if warnings - #3

Open
Emran-goat wants to merge 1 commit into
sumant1122:mainfrom
Emran-goat:fix/clippy-collapsible-if
Open

fix: remove dead clippy allow and fix collapsible-if warnings#3
Emran-goat wants to merge 1 commit into
sumant1122:mainfrom
Emran-goat:fix/clippy-collapsible-if

Conversation

@Emran-goat

@Emran-goat Emran-goat commented Jul 22, 2026

Copy link
Copy Markdown

runner.rs had a #![allow(clippy::collapsible_if)] at the crate level that was just hiding warnings instead of fixing the underlying code. 7 nested if-blocks in get_next_id, load_history, internal_run, run_job, and clone_workspace. swapped them to let_chains syntax (stable since 1.82). same logic, no more warning suppression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant