Skip to content

Commit

Permalink
Update rust/crd/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
  • Loading branch information
sbernauer and adwk67 committed Jul 5, 2023
1 parent 376b3b0 commit 6ad5d8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/crd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ pub const CONFIG_FILE: &str = "config.yaml";

#[derive(Snafu, Debug)]
pub enum Error {
#[snafu(display("the role {role} is not defined"))]
CannotRetrieveOpaRole { role: String },
#[snafu(display("the role group {role_group} is not defined"))]
CannotRetrieveOpaRoleGroup { role_group: String },
#[snafu(display("unknown role {role}"))]
Expand Down

0 comments on commit 6ad5d8f

Please sign in to comment.