Skip to content

Commit 058a828

Browse files
committed
Remove unused error variant
1 parent a46cada commit 058a828

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/stackable-operator/src/cluster_resources.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ pub enum Error {
8989
source: Box<crate::client::Error>,
9090
},
9191

92-
#[snafu(display("failed to parse user-provided object overrides"))]
93-
ParseObjectOverrides { source: patchinator::Error },
94-
9592
#[snafu(display("failed to apply user-provided object overrides"))]
9693
ApplyObjectOverrides { source: patchinator::Error },
9794
}

0 commit comments

Comments
 (0)