Skip to content

Update 2024-12-02-mega-launch-week.mdx #2418

Update 2024-12-02-mega-launch-week.mdx

Update 2024-12-02-mega-launch-week.mdx #2418

Triggered via push December 3, 2024 14:23
Status Success
Total duration 1m 30s
Billable time 1m
Artifacts 1

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Create binary for x86_64-unknown-linux-gnu: fpx/src/data.rs#L33
[clippy] reported by reviewdog 🐶 warning: the following explicit lifetimes could be elided: 'a --> fpx/src/data.rs:33:6 | 33 | impl<'a> Display for DataPath<'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 | 33 - impl<'a> Display for DataPath<'a> { 33 + impl Display for DataPath<'_> { | Raw Output: fpx/src/data.rs:33:6:w:warning: the following explicit lifetimes could be elided: 'a --> fpx/src/data.rs:33:6 | 33 | impl<'a> Display for DataPath<'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 | 33 - impl<'a> Display for DataPath<'a> { 33 + impl Display for DataPath<'_> { | __END__

Artifacts

Produced during runtime
Name Size
fpx_x86_64-unknown-linux-gnu
7.5 MB