Remove useless #[allow(clippy::too_many_arguments)] (#4529)

I went through all `#[allow(clippy::too_many_arguments)]` and removed
the useless ones.
This commit is contained in:
konsti 2024-06-25 21:09:59 +02:00 committed by GitHub
parent a81742c06b
commit af1f1369e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 0 additions and 7 deletions

View file

@ -513,7 +513,6 @@ fn install_script(
}
/// Move the files from the .data directory to the right location in the venv
#[allow(clippy::too_many_arguments)]
#[instrument(skip_all)]
pub(crate) fn install_data(
layout: &Layout,