We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbff005 commit 9139c87Copy full SHA for 9139c87
rust/operator-binary/src/hbase_controller.rs
@@ -114,7 +114,6 @@ pub struct Ctx {
114
115
#[derive(Snafu, Debug, EnumDiscriminants)]
116
#[strum_discriminants(derive(IntoStaticStr))]
117
-#[allow(clippy::enum_variant_names)]
118
pub enum Error {
119
#[snafu(display("missing secret lifetime"))]
120
MissingSecretLifetime,
rust/operator-binary/src/zookeeper.rs
@@ -19,7 +19,6 @@ const ZOOKEEPER_ZNODE_PARENT: &str = "zookeeper.znode.parent";
19
20
21
22
23
24
#[snafu(display("object defines no namespace"))]
25
ObjectHasNoNamespace,
0 commit comments