mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
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:
parent
b4c53fd15f
commit
ac87fd4006
24 changed files with 2 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue