We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc68d5 commit f2fd212Copy full SHA for f2fd212
src/context_diff.rs
@@ -265,6 +265,7 @@ fn make_diff(
265
}
266
267
#[must_use]
268
+#[allow(clippy::too_many_arguments)]
269
pub fn diff(
270
expected: &[u8],
271
expected_filename: &str,
src/unified_diff.rs
@@ -236,6 +236,7 @@ fn make_diff(
236
237
238
239
240
241
242
0 commit comments