Skip to content

Fixes Clippy Warning - #21

Merged
lukasmittag merged 1 commit into
eclipse-kuksa:mainfrom
boschglobal:fixes-clippy-finding
Sep 23, 2025
Merged

Fixes Clippy Warning#21
lukasmittag merged 1 commit into
eclipse-kuksa:mainfrom
boschglobal:fixes-clippy-finding

Conversation

@eriksven

Copy link
Copy Markdown
Contributor

This PR changes a check for Some() with a following unwrap to if let Some(x) = y.

The problem is also part of #16 and might be introduced through a newer version of the Rust toolchain.

@lukasmittag lukasmittag left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukasmittag
lukasmittag merged commit 5e4ad7c into eclipse-kuksa:main Sep 23, 2025
10 checks passed
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.

2 participants