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 b1a678b commit 3a5e8b5Copy full SHA for 3a5e8b5
tap_aggregator/src/server.rs
@@ -239,6 +239,7 @@ pub async fn run_server(
239
}
240
241
#[cfg(test)]
242
+#[allow(clippy::too_many_arguments)]
243
mod tests {
244
use std::str::FromStr;
245
tap_core/src/tap_manager/test/manager_test.rs
@@ -1,7 +1,7 @@
1
// Copyright 2023-, Semiotic AI, Inc.
2
// SPDX-License-Identifier: Apache-2.0
3
-
4
5
mod manager_unit_test {
6
use std::{
7
collections::{HashMap, HashSet},
0 commit comments