Skip to content

Commit 5378f11

Browse files
Update rust/crd/src/lib.rs
Co-authored-by: Siegfried Weber <[email protected]>
1 parent fd8331e commit 5378f11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/crd/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ static DEFAULT_REGION_SERVER_GRACEFUL_SHUTDOWN_TIMEOUT: LazyLock<Duration> =
9595

9696
#[derive(Snafu, Debug)]
9797
pub enum Error {
98-
#[snafu(display("expected role [{expected}] but got role [{got}]"))]
99-
ExpectedRole { expected: String, got: String },
100-
10198
#[snafu(display("the role [{role}] is invalid and does not exist in HBase"))]
10299
InvalidRole {
103100
source: strum::ParseError,

0 commit comments

Comments
 (0)