Introduce Inquire & Clap features in rust-pgdatadiff-client #40
Annotations
5 errors
Lint with Clippy:
rust-pgdatadiff-client/src/main.rs#L146
useless conversion to the same type: `std::str::SplitWhitespace<'_>`
|
Lint with Clippy:
rust-pgdatadiff-client/src/main.rs#L147
found call to `str::trim` before `str::split_whitespace`
|
Lint with Clippy:
rust-pgdatadiff-client/src/main.rs#L151
useless conversion to the same type: `std::str::SplitWhitespace<'_>`
|
Lint with Clippy:
rust-pgdatadiff-client/src/main.rs#L152
found call to `str::trim` before `str::split_whitespace`
|
Lint with Clippy
Process completed with exit code 101.
|
Loading