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 20e48b1 commit 746187bCopy full SHA for 746187b
tap_agent/src/tap/account.rs
@@ -78,6 +78,7 @@ pub struct Account {
78
}
79
80
impl Account {
81
+ #[allow(clippy::too_many_arguments)]
82
pub fn new(
83
config: &'static config::Cli,
84
pgpool: PgPool,
0 commit comments