Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Comments

Fix Clippy warning by replacing map_or with is_none_or#113

Open
reject-i wants to merge 1 commit intoithacaxyz:mainfrom
reject-i:main
Open

Fix Clippy warning by replacing map_or with is_none_or#113
reject-i wants to merge 1 commit intoithacaxyz:mainfrom
reject-i:main

Conversation

@reject-i
Copy link

This PR fixes a Clippy warning in the rollup crate's telemetry module. It replaces
the use of Option::map_or with Option::is_none_or, which is the preferred pattern
according to Clippy's suggestions. This change improves code readability without
changing any functionality.

@reject-i
Copy link
Author

reject-i commented May 7, 2025

@merklefruit

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant