selections: Overhaul GNOME selections to match live ISO #328
Annotations
22 warnings
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions 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
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L128:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L128
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:128:6
|
128 | 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
|
128 - impl<'a> VarlinkCallError for varlink::Call<'a> {}
128 + impl VarlinkCallError for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L182:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L182
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:182:6
|
182 | impl<'a> Call_GetDisks 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
|
182 - impl<'a> Call_GetDisks for varlink::Call<'a> {}
182 + impl Call_GetDisks for varlink::Call<'_> {}
|
|
[clippy] lichen_ipc/src/com_serpentos_lichen_disks.rs#L197:
lichen_ipc/src/com_serpentos_lichen_disks.rs#L197
warning: the following explicit lifetimes could be elided: 'a
--> lichen_ipc/src/com_serpentos_lichen_disks.rs:197:6
|
197 | impl<'a> Call_GetPartitions 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
|
197 - impl<'a> Call_GetPartitions for varlink::Call<'a> {}
197 + impl Call_GetPartitions for varlink::Call<'_> {}
|
|