From 746187bee89ee6c0d9ffa91fee1f212e23db3cc5 Mon Sep 17 00:00:00 2001 From: Alexis Asseman Date: Thu, 26 Oct 2023 15:23:44 -0700 Subject: [PATCH] chore: silence one clippy::too_many_arguments Signed-off-by: Alexis Asseman --- tap_agent/src/tap/account.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_agent/src/tap/account.rs b/tap_agent/src/tap/account.rs index feb06e7a..d8d985a7 100644 --- a/tap_agent/src/tap/account.rs +++ b/tap_agent/src/tap/account.rs @@ -78,6 +78,7 @@ pub struct Account { } impl Account { + #[allow(clippy::too_many_arguments)] pub fn new( config: &'static config::Cli, pgpool: PgPool,