Skip to content

Commit 3a5e8b5

Browse files
committed
style: add exceptions to too_many_arguments in some tests
Signed-off-by: Bryan Cole <[email protected]>
1 parent b1a678b commit 3a5e8b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tap_aggregator/src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ pub async fn run_server(
239239
}
240240

241241
#[cfg(test)]
242+
#[allow(clippy::too_many_arguments)]
242243
mod tests {
243244
use std::str::FromStr;
244245

tap_core/src/tap_manager/test/manager_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2023-, Semiotic AI, Inc.
22
// SPDX-License-Identifier: Apache-2.0
3-
43
#[cfg(test)]
4+
#[allow(clippy::too_many_arguments)]
55
mod manager_unit_test {
66
use std::{
77
collections::{HashMap, HashSet},

0 commit comments

Comments
 (0)