Skip to content

Commit c816bab

Browse files
committed
clippy
1 parent 66d4ec9 commit c816bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/role_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ where
402402
// Please note that the merge order is different than we normally do!
403403
// This is not trivial, as the merge operation is not purely additive (as it is with e.g. `PodTemplateSpec).
404404
let mut from_role = from_role.clone();
405-
from_role.try_merge(&operator_generated)?;
405+
from_role.try_merge(operator_generated)?;
406406
let mut from_role_group = from_role_group.clone();
407407
from_role_group.try_merge(&from_role)?;
408408

0 commit comments

Comments
 (0)