Skip to content

Rust 1.83 warnings #2486

@laniakea64

Description

@laniakea64

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions