mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -334,6 +334,7 @@ fn testVCardTypes() {
|
||||
);
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn doTest(
|
||||
contents: &str,
|
||||
title: &str,
|
||||
|
||||
@@ -197,6 +197,7 @@ fn doTestShort(
|
||||
);
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn doTest(
|
||||
contents: &str,
|
||||
description: &str,
|
||||
|
||||
@@ -82,6 +82,7 @@ fn test_vin() {
|
||||
);
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn do_test(
|
||||
contents: &str,
|
||||
wmi: &str,
|
||||
|
||||
Reference in New Issue
Block a user