Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unnecessary fallible conversion in new clippy version 1.75.0 #259

Open
lucaato opened this issue Nov 15, 2023 · 0 comments
Open

Fix unnecessary fallible conversion in new clippy version 1.75.0 #259

lucaato opened this issue Nov 15, 2023 · 0 comments

Comments

@lucaato
Copy link
Contributor

lucaato commented Nov 15, 2023

Following the release of the new beta version 1.75.0 the new lint clippy::unnecessary_fallible_conversions was introduced.
This caused a warning in the AstarteAggregate derive macro which for now got handled by adding an allow attribute, this should be fixed as soon as possible to avoid problems when the lint gets stabilized.

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

No branches or pull requests

1 participant