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

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