Rm unused lint allow(clippy::too_many_arguments)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-11 22:19:21 +10:00
parent 2d0c4a8c4e
commit 8bbc6d0171
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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,