Skip to content

Commit

Permalink
chore: silence one clippy::too_many_arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Oct 26, 2023
1 parent 20e48b1 commit 746187b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_agent/src/tap/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub struct Account {
}

impl Account {
#[allow(clippy::too_many_arguments)]
pub fn new(
config: &'static config::Cli,
pgpool: PgPool,
Expand Down

0 comments on commit 746187b

Please sign in to comment.