mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-12 23:10:02 +00:00
Simplify download_tar_based_and_visit
: Rm unused param
`path` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e376b71cf4
commit
f25306ff97
2 changed files with 3 additions and 9 deletions
|
@ -65,7 +65,6 @@ pub async fn fetch_crate_cratesio(
|
|||
download_tar_based_and_visit(
|
||||
Url::parse(&crate_url)?,
|
||||
TarBasedFmt::Tgz,
|
||||
&temp_dir,
|
||||
ManifestVisitor::new(manifest_dir_path),
|
||||
)
|
||||
.await?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue