Skip to content

Detect openapi definitions from hono-zod-openapi apps #2423

Detect openapi definitions from hono-zod-openapi apps

Detect openapi definitions from hono-zod-openapi apps #2423

Triggered via pull request December 3, 2024 17:04
Status Success
Total duration 1m 3s
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