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 1349578 commit 3dd137aCopy full SHA for 3dd137a
1 file changed
rust/operator-binary/src/framework/cluster_resources.rs
@@ -13,6 +13,7 @@ use crate::framework::{
13
};
14
15
/// Infallible variant of [`stackable_operator::cluster_resources::ClusterResources::new`]
16
+#[allow(clippy::too_many_arguments)]
17
pub fn cluster_resources_new<'a>(
18
product_name: &ProductName,
19
operator_name: &OperatorName,
0 commit comments