From 5378f11ea515e7631bcb1b0cd68deeedeffff8f3 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:23:38 +0300 Subject: [PATCH] Update rust/crd/src/lib.rs Co-authored-by: Siegfried Weber --- rust/crd/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/crd/src/lib.rs b/rust/crd/src/lib.rs index d8f89c8a..d168c32a 100644 --- a/rust/crd/src/lib.rs +++ b/rust/crd/src/lib.rs @@ -95,9 +95,6 @@ static DEFAULT_REGION_SERVER_GRACEFUL_SHUTDOWN_TIMEOUT: LazyLock = #[derive(Snafu, Debug)] pub enum Error { - #[snafu(display("expected role [{expected}] but got role [{got}]"))] - ExpectedRole { expected: String, got: String }, - #[snafu(display("the role [{role}] is invalid and does not exist in HBase"))] InvalidRole { source: strum::ParseError,