Skip to content

App routes file source tree using code analysis #2425

App routes file source tree using code analysis

App routes file source tree using code analysis #2425

Triggered via pull request December 3, 2024 21:36
@flenterflenter
synchronize #375
source-tree
Status Success
Total duration 1m 2s
Billable time 1m
Artifacts 1

build.yaml

on: pull_request
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