Skip to content

Commit 3dd137a

Browse files
committed
Silence clippy
1 parent 1349578 commit 3dd137a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/operator-binary/src/framework/cluster_resources.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use crate::framework::{
1313
};
1414

1515
/// Infallible variant of [`stackable_operator::cluster_resources::ClusterResources::new`]
16+
#[allow(clippy::too_many_arguments)]
1617
pub fn cluster_resources_new<'a>(
1718
product_name: &ProductName,
1819
operator_name: &OperatorName,

0 commit comments

Comments
 (0)