Skip to content

moss/cli/info: Improve word-wrapping functionality #1397

moss/cli/info: Improve word-wrapping functionality

moss/cli/info: Improve word-wrapping functionality #1397

Triggered via push December 5, 2024 10:28
Status Success
Total duration 2m 8s
Artifacts

ci.yaml

on: push
Build & Test Project
1m 58s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
[clippy] moss/src/varlink/com_serpentos_moss.rs#L110: moss/src/varlink/com_serpentos_moss.rs#L110
warning: the following explicit lifetimes could be elided: 'a --> moss/src/varlink/com_serpentos_moss.rs:110:6 | 110 | impl<'a> VarlinkCallError for varlink::Call<'a> {} | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 110 - impl<'a> VarlinkCallError for varlink::Call<'a> {} 110 + impl VarlinkCallError for varlink::Call<'_> {} |
[clippy] moss/src/varlink/com_serpentos_moss.rs#L123: moss/src/varlink/com_serpentos_moss.rs#L123
warning: the following explicit lifetimes could be elided: 'a --> moss/src/varlink/com_serpentos_moss.rs:123:6 | 123 | impl<'a> Call_Version for varlink::Call<'a> {} | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 123 - impl<'a> Call_Version for varlink::Call<'a> {} 123 + impl Call_Version for varlink::Call<'_> {} |
Build & Test Project
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636