mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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:
parent
a81742c06b
commit
af1f1369e5
7 changed files with 0 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue