From 173196182586e28942dcdb387f5a0ac2e5a1bacf Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Wed, 15 Nov 2023 13:01:11 +0100 Subject: [PATCH] clippy --- rust/operator-binary/src/airflow_controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/airflow_controller.rs b/rust/operator-binary/src/airflow_controller.rs index d0786b55..4fcfda61 100644 --- a/rust/operator-binary/src/airflow_controller.rs +++ b/rust/operator-binary/src/airflow_controller.rs @@ -45,7 +45,7 @@ use stackable_operator::{ product_config_utils::{transform_all_roles_to_config, validate_all_roles_and_groups_config}, product_logging::{ self, - framework::{capture_shell_output, create_vector_shutdown_file_command}, + framework::capture_shell_output, spec::{ContainerLogConfig, ContainerLogConfigChoice, Logging}, }, role_utils::{CommonConfiguration, GenericRoleConfig, RoleGroupRef},