Skip to content

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 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