Skip to content

feat: allow app devs to define the pk type (#297) #804

feat: allow app devs to define the pk type (#297)

feat: allow app devs to define the pk type (#297) #804

Triggered via push March 13, 2025 19:06
Status Success
Total duration 2m 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
useless conversion to the same type: `response::Response`: crates/cli/src/handler.rs#L38
warning: useless conversion to the same type: `response::Response` --> crates/cli/src/handler.rs:38:10 | 38 | } | __________^ | |__________| 39 | || .map(Into::into) | ||________________________^ 40 | | } | |_____- help: consider removing | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
useless conversion to the same type: `response::Response`: crates/cli/src/handler.rs#L38
warning: useless conversion to the same type: `response::Response` --> crates/cli/src/handler.rs:38:10 | 38 | } | __________^ | |__________| 39 | || .map(Into::into) | ||________________________^ 40 | | } | |_____- help: consider removing | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
unused import: `BANNER`: crates/cli/src/handler/dev.rs#L23
warning: unused import: `BANNER` --> crates/cli/src/handler/dev.rs:23:13 | 23 | Config, BANNER, | ^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `BANNER`: crates/cli/src/handler/dev.rs#L23
warning: unused import: `BANNER` --> crates/cli/src/handler/dev.rs:23:13 | 23 | Config, BANNER, | ^^^^^^ | = note: `#[warn(unused_imports)]` on by default