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

rust: elide lifetimes for clippy analysis #167

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Jan 7, 2025

A new version of Rust has made unnecessary lifetime annotations an error for cargo clippy. This change removes them, replacing them with a default '_.

abrown added 4 commits January 7, 2025 11:33
A new version of Rust has made unnecessary lifetime annotations an
error for `cargo clippy`. This change removes them, replacing them with
a default `'_`.
This is what `Cargo.lock` is resolving to, so use this directly.
@abrown abrown force-pushed the clippy-remove-lifetime branch from 773a438 to de85c94 Compare January 7, 2025 19:57
Copy link
Contributor

@eparshut eparshut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@abrown abrown merged commit dd9593a into intel:master Jan 7, 2025
16 checks passed
@abrown abrown deleted the clippy-remove-lifetime branch January 7, 2025 20:21
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.

2 participants