forked from science-computing/butido
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove needless lifetimes to fix Clippy warnings
I already removed some needless lifetimes in 463111e but the needless_lifetimes lint [0] got improved again in Clippy version 0.1.84 (0f13036040 2024-11-30) so this commit drops additional 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]>
- Loading branch information
1 parent
81c9261
commit 7a47a4a
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters