Skip to content

Address new mismatched_lifetime_syntaxes lint#283

Merged
dburgener merged 1 commit intomainfrom
dburgener/mismatched_lifetime_syntaxes
Jan 28, 2026
Merged

Address new mismatched_lifetime_syntaxes lint#283
dburgener merged 1 commit intomainfrom
dburgener/mismatched_lifetime_syntaxes

Conversation

@dburgener
Copy link
Owner

In rust 1.89, a lint is being added when lifetimes are referred to using different syntaxes across the args and return value. We have a few instances where lifetimes are elided in the args and hidden in the return. Elide in both cases to silence the lint.

In rust 1.89, a lint is being added when lifetimes are referred to using
different syntaxes across the args and return value.  We have a few
instances where lifetimes are elided in the args and hidden in the
return.  Elide in both cases to silence the lint.
@dburgener dburgener merged commit a50824c into main Jan 28, 2026
15 checks passed
@dburgener dburgener deleted the dburgener/mismatched_lifetime_syntaxes branch January 28, 2026 15:18
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

Comments