Disable Clippy's too-many-arguments rule (#4663)

## Summary

We allow this constantly, I think it's just too pedantic for us.
This commit is contained in:
Charlie Marsh 2024-06-30 15:30:38 -04:00 committed by GitHub
parent b4c53fd15f
commit ac87fd4006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 2 additions and 30 deletions

View file

@ -433,7 +433,6 @@ impl<'a, T: BuildContext> SourceDistributionBuilder<'a, T> {
}
/// Build a source distribution from a remote URL.
#[allow(clippy::too_many_arguments)]
async fn url<'data>(
&self,
source: &BuildableSource<'data>,
@ -505,7 +504,6 @@ impl<'a, T: BuildContext> SourceDistributionBuilder<'a, T> {
///
/// If the build backend supports `prepare_metadata_for_build_wheel`, this method will avoid
/// building the wheel.
#[allow(clippy::too_many_arguments)]
async fn url_metadata<'data>(
&self,
source: &BuildableSource<'data>,