cargo-binstall/crates/lib/src/helpers
Jiahao XU 1102284684
Fix clippy warnings and add new workflow clippy (#306)
* Derive `Eq` for `PkgFmt`, `PkgFmtDecomposed` & `TarBasedFmt`
* Derive `Eq` for `PkgMeta`, `PkgOverride` & `BinMeta`
* Rm unnecessary reborrow in `install_from_source`
* Rm unnecessary `into()` in `args::parse`
* Fix `clippy` warning in `CratesToml::append_to_path`
* Fix clippy warning in `cratesio_url`
* Fix clippy warning in `detect_targets_linux`
* Add `clippy` and `rustfmt` to workflow `unit-test`

Because `clippy` would not check inactive code disabled by `cfg`, so we
have to also run `clippy` on multiple targets.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-08-21 02:40:50 +12:00
..
async_extracter.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
download.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
extracter.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
jobserver_client.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
remote.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
signal.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
statics.rs Fix clippy warnings and add new workflow clippy (#306) 2022-08-21 02:40:50 +12:00
stream_readable.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00
tasks.rs Split crates and clean up structure of codebase (#294) 2022-08-20 11:24:12 +00:00