Skip to content

Commit

Permalink
chore: Remove redundant Clippy allow attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Feb 4, 2025
1 parent dbff005 commit 9139c87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rust/operator-binary/src/hbase_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ pub struct Ctx {

#[derive(Snafu, Debug, EnumDiscriminants)]
#[strum_discriminants(derive(IntoStaticStr))]
#[allow(clippy::enum_variant_names)]
pub enum Error {
#[snafu(display("missing secret lifetime"))]
MissingSecretLifetime,
Expand Down
1 change: 0 additions & 1 deletion rust/operator-binary/src/zookeeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const ZOOKEEPER_ZNODE_PARENT: &str = "zookeeper.znode.parent";

#[derive(Snafu, Debug, EnumDiscriminants)]
#[strum_discriminants(derive(IntoStaticStr))]
#[allow(clippy::enum_variant_names)]
pub enum Error {
#[snafu(display("object defines no namespace"))]
ObjectHasNoNamespace,
Expand Down

0 comments on commit 9139c87

Please sign in to comment.