Skip to content

Commit 746187b

Browse files
committed
chore: silence one clippy::too_many_arguments
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 20e48b1 commit 746187b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tap_agent/src/tap/account.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pub struct Account {
7878
}
7979

8080
impl Account {
81+
#[allow(clippy::too_many_arguments)]
8182
pub fn new(
8283
config: &'static config::Cli,
8384
pgpool: PgPool,

0 commit comments

Comments
 (0)