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: eliminate needless lifetimes #524

Merged
merged 1 commit into from
Nov 30, 2024
Merged

fix: eliminate needless lifetimes #524

merged 1 commit into from
Nov 30, 2024

Conversation

chenrui333
Copy link
Contributor

seeing some regression build issue against rust 1.83.0 as

error: elided lifetime has a name
  --> src/failure.rs:27:39
   |
27 |     fn source<'a>(&'a self) -> Option<&(dyn error::Error + 'static)> {
   |               --                      ^ this elided lifetime gets resolved as `'a`
   |               |
   |               lifetime `'a` declared here
   |
   = note: `-D elided-named-lifetimes` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(elided_named_lifetimes)]`

Status: Ready

relates to Homebrew/homebrew-core#199379

@stepchowfun
Copy link
Owner

Thank you!

@stepchowfun stepchowfun merged commit dc42a95 into stepchowfun:main Nov 30, 2024
6 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.

2 participants