Skip to content

fixing clippy warnings in bash_classifier#161

Open
erensh27 wants to merge 2 commits into
Kuberwastaken:mainfrom
erensh27:main
Open

fixing clippy warnings in bash_classifier#161
erensh27 wants to merge 2 commits into
Kuberwastaken:mainfrom
erensh27:main

Conversation

@erensh27
Copy link
Copy Markdown

refactor(core): address clippy warnings in bash_classifier and remote_settings
Address

google-labs-jules Bot and others added 2 commits May 20, 2026 06:45
…_settings

Address several Clippy warnings in claurst-core to improve code quality
and idiomaticity:

- clippy::collapsible_if: Collapse nested if in bash_classifier.rs
- clippy::manual_strip: Use strip_prefix instead of manual slicing in bash_classifier.rs
- clippy::manual_ok_err: Use .ok() instead of manual match in remote_settings.rs
- clippy::redundant_closure: Use direct function reference in remote_settings.rs

These changes improve readability and safety without changing behavior.

Co-authored-by: erensh27 <244986440+erensh27@users.noreply.github.com>
…10218624627

Address Clippy warnings in claurst-core
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