Skip to content

Commit c6732b9

Browse files
committed
clippy
1 parent c71d3e3 commit c6732b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/operator-binary/src/zk_controller.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ fn build_server_rolegroup_service(
747747
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
748748
///
749749
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding [`Service`] (from [`build_server_rolegroup_service`]).
750+
#[allow(clippy::too_many_arguments)]
750751
fn build_server_rolegroup_statefulset(
751752
zk: &ZookeeperCluster,
752753
zk_role: &ZookeeperRole,

0 commit comments

Comments
 (0)