Skip to content

Add stone.xml for /usr/share/mime/packages #1386

Add stone.xml for /usr/share/mime/packages

Add stone.xml for /usr/share/mime/packages #1386

Triggered via push November 29, 2024 01:11
Status Success
Total duration 3m 55s
Artifacts

ci.yaml

on: push
Build & Test Project
3m 44s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

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