Skip to content

Simple code fix#832

Closed
unsecretised wants to merge 1 commit intomadsmtm:mainfrom
unsecretised:main
Closed

Simple code fix#832
unsecretised wants to merge 1 commit intomadsmtm:mainfrom
unsecretised:main

Conversation

@unsecretised
Copy link
Copy Markdown

Fixes #831

Old code was using a .unwrap() inside a Some()

Switched that out for a .ok() to help noobs like me who would just copy paste it and not realise

@madsmtm
Copy link
Copy Markdown
Owner

madsmtm commented Mar 25, 2026

CC #831 (comment), thanks for the PR though

@madsmtm madsmtm closed this Mar 25, 2026
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.

NSPasteboard example uses Some(x.unwrap())

2 participants