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

Remove needless lifetimes to fix Clippy warnings #435

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

primeos-work
Copy link
Member

The new needless_lifetimes lint 0, that got added in version 1.29.0, reported these lifetime annotations which can be removed by relying on lifetime elision.

This fixes our optional CI Clippy check with the beta toolchain.

The new needless_lifetimes lint [0], that got added in version 1.29.0,
reported these lifetime annotations which can be removed by relying on
lifetime elision.

This fixes our optional CI Clippy check with the beta toolchain.

[0]: https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes

Signed-off-by: Michael Weiss <[email protected]>
@primeos-work primeos-work added this pull request to the merge queue Nov 4, 2024
Merged via the queue into science-computing:master with commit 95fba34 Nov 4, 2024
13 checks passed
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