We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2bbb6 commit 1524dcfCopy full SHA for 1524dcf
src/dist/mod.rs
@@ -889,6 +889,7 @@ pub(crate) async fn update_from_dist(
889
res
890
}
891
892
+#[allow(clippy::too_many_arguments)]
893
async fn try_update_from_dist_(
894
download: DownloadCfg<'_>,
895
update_hash: Option<&Path>,
src/lib.rs
@@ -1,6 +1,5 @@
1
#![deny(rust_2018_idioms)]
2
#![allow(
3
- clippy::too_many_arguments,
4
clippy::type_complexity,
5
clippy::upper_case_acronyms, // see https://github.com/rust-lang/rust-clippy/issues/6974
6
clippy::vec_init_then_push, // uses two different styles of initialization
0 commit comments