Introduce Inquire & Clap features in rust-pgdatadiff-client #37
ci.yaml
on: pull_request
cargo test
39s
Cargo format & Clippy
22s
Matrix: cargo build
Annotations
5 errors
Cargo format & Clippy:
rust-pgdatadiff-client/src/main.rs#L146
useless conversion to the same type: `std::str::SplitWhitespace<'_>`
|
Cargo format & Clippy:
rust-pgdatadiff-client/src/main.rs#L147
found call to `str::trim` before `str::split_whitespace`
|
Cargo format & Clippy:
rust-pgdatadiff-client/src/main.rs#L151
useless conversion to the same type: `std::str::SplitWhitespace<'_>`
|
Cargo format & Clippy:
rust-pgdatadiff-client/src/main.rs#L152
found call to `str::trim` before `str::split_whitespace`
|
Cargo format & Clippy
Process completed with exit code 101.
|