Skip to content

fix: eliminate needless lifetimes#524

Merged
stepchowfun merged 1 commit intostepchowfun:mainfrom
chenrui333:rust-1.83.0
Nov 30, 2024
Merged

fix: eliminate needless lifetimes#524
stepchowfun merged 1 commit intostepchowfun:mainfrom
chenrui333:rust-1.83.0

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

Signed-off-by: Rui Chen <rui@chenrui.dev>
@stepchowfun
Copy link
Owner

Thank you!

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