Detect openapi definitions from hono-zod-openapi apps #2421
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 |
|