Skip to content

Merge pull request #370 from jplatte/jplatte/🧹 #1391

Merge pull request #370 from jplatte/jplatte/🧹

Merge pull request #370 from jplatte/jplatte/🧹 #1391

Triggered via push December 1, 2024 00:46
Status Success
Total duration 4m 17s
Artifacts

ci.yaml

on: push
Build & Test Project
4m 8s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

12 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<'_> {} |
[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<'_> {} |
[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<'_> {} |
[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<'_> {} |
[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<'_> {} |
[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<'_> {} |