Skip to content

Commit 9fae8a6

Browse files
Remove unnecessary Clippy hints
1 parent f3a0923 commit 9fae8a6

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

crates/stackable-operator/src/v2/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pub mod types;
1919
/// Useful as an object reference; Should not be used to create an object because the name could
2020
/// violate the naming constraints (e.g. maximum length) of the object.
2121
pub trait HasName {
22-
#[allow(dead_code)]
2322
fn to_name(&self) -> String;
2423
}
2524

crates/stackable-operator/src/v2/role_utils.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ pub struct RoleGroupConfig<Config, CommonConfig, ConfigOverrides> {
5454
pub env_overrides: EnvVarSet,
5555
pub cli_overrides: BTreeMap<String, String>,
5656
pub pod_overrides: PodTemplateSpec,
57-
// allow(dead_code) is not necessary anymore when moved to operator-rs
58-
#[allow(dead_code)]
5957
pub product_specific_common_config: CommonConfig,
6058
}
6159

0 commit comments

Comments
 (0)