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

Rust 1.83 warnings #2486

Closed
laniakea64 opened this issue Nov 29, 2024 · 1 comment · Fixed by #2487
Closed

Rust 1.83 warnings #2486

laniakea64 opened this issue Nov 29, 2024 · 1 comment · Fixed by #2487

Comments

@laniakea64
Copy link
Contributor

With Rust/Cargo 1.83.0, installing just master produces this warning -

warning: elided lifetime has a name
  --> src/loader.rs:20:17
   |
16 |   pub(crate) fn load<'src>(
   |                      ---- lifetime `'src` declared here
...
20 |   ) -> RunResult<(&'src Path, &'src str)> {
   |                 ^ this elided lifetime gets resolved as `'src`
   |
   = note: `#[warn(elided_named_lifetimes)]` on by default

warning: `just` (lib) generated 1 warning

Also, Clippy reports a lot of errors about lifetimes, too many to copy-paste here

@casey
Copy link
Owner

casey commented Nov 29, 2024

Thanks for reporting! Fixed in #2487.

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 a pull request may close this issue.

2 participants