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 aefb53c commit e9a8020Copy full SHA for e9a8020
1 file changed
src/tenants/mod.rs
@@ -66,6 +66,7 @@ impl TenantMetadata {
66
self.tenants.get(tenant_id).map(|t| t.meta.clone())
67
}
68
69
+ #[allow(clippy::too_many_arguments)]
70
pub fn update_tenant_meta(
71
&self,
72
tenant_id: &str,
0 commit comments