Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
fix(src/bin/radicle-job.rs): add missing elided hidden lifetime
Merged liw opened 8 months ago

The elided hidden lifetime in the return type can lead to confusion, and from Rust 1.89.0 the compiler warns about it by default. Avoid the warning by making the elided lifetime explicit.

The release blog post explains this: https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/#mismatched-lifetime-syntaxes-lint

Signed-off-by: Lars Wirzenius liw@liw.fi

liw opened with revision 7e6d4ecd on base b9d8df7d +1 -1 8 months ago

The elided hidden lifetime in the return type can lead to confusion, and from Rust 1.89.0 the compiler warns about it by default. Avoid the warning by making the elided lifetime explicit.

The release blog post explains this: https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/#mismatched-lifetime-syntaxes-lint

Signed-off-by: Lars Wirzenius liw@liw.fi

fintohaps pushed revision 2 3d07d80a on base 127f2e28 +1 -1 8 months ago

Rebased

fintohaps merged revision 3d07d80a at 6a23756c 8 months ago