Politely ask clippy to not complain about too many arguments

This commit is contained in:
Olivier Tilloy
2024-03-19 19:02:26 +01:00
parent cfc68d58bc
commit f2fd2127ed
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -265,6 +265,7 @@ fn make_diff(
}
#[must_use]
#[allow(clippy::too_many_arguments)]
pub fn diff(
expected: &[u8],
expected_filename: &str,
+1
View File
@@ -236,6 +236,7 @@ fn make_diff(
}
#[must_use]
#[allow(clippy::too_many_arguments)]
pub fn diff(
expected: &[u8],
expected_filename: &str,