-
Notifications
You must be signed in to change notification settings - Fork 578
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels