mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 12:40:04 +00:00
Rm unused lint allow(clippy::too_many_arguments)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
2d0c4a8c4e
commit
8bbc6d0171
1 changed files with 0 additions and 1 deletions
|
@ -427,7 +427,6 @@ fn collect_bin_files(
|
|||
Ok(bin_files)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn install_from_package(
|
||||
fetcher: &dyn Fetcher,
|
||||
opts: Options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue