We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Rust/Cargo 1.83.0, installing just master produces this warning -
just
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
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Fixed in #2487.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
With Rust/Cargo 1.83.0, installing
just
master produces this warning -Also, Clippy reports a lot of errors about lifetimes, too many to copy-paste here
The text was updated successfully, but these errors were encountered: