cargo clippy --fix

This commit is contained in:
Henry Schimke
2023-05-04 13:45:57 -05:00
parent e8501c1b6e
commit 634722a806
16 changed files with 50 additions and 50 deletions

View File

@@ -334,6 +334,7 @@ fn testVCardTypes() {
);
}
#[allow(clippy::too_many_arguments)]
fn doTest(
contents: &str,
title: &str,

View File

@@ -197,6 +197,7 @@ fn doTestShort(
);
}
#[allow(clippy::too_many_arguments)]
fn doTest(
contents: &str,
description: &str,

View File

@@ -82,6 +82,7 @@ fn test_vin() {
);
}
#[allow(clippy::too_many_arguments)]
fn do_test(
contents: &str,
wmi: &str,