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

@ -54,7 +54,6 @@ pub struct BuildDispatch<'a> {
}
impl<'a> BuildDispatch<'a> {
#[allow(clippy::too_many_arguments)]
pub fn new(
client: &'a RegistryClient,
cache: &'a Cache,