cargo-binstall/crates/lib
Jiahao XU 1102284684
Fix clippy warnings and add new workflow clippy ()
* 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
..
src Fix clippy warnings and add new workflow clippy () 2022-08-21 02:40:50 +12:00
tests Split crates and clean up structure of codebase () 2022-08-20 11:24:12 +00:00
build.rs Split crates and clean up structure of codebase () 2022-08-20 11:24:12 +00:00
Cargo.toml Bump futures-util from 0.3.21 to 0.3.23 () 2022-08-20 12:39:37 +00:00
LICENSE Split crates and clean up structure of codebase () 2022-08-20 11:24:12 +00:00