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 7f8e048 commit 08321c9Copy full SHA for 08321c9
rust/operator-binary/src/crd/druidconnection.rs
@@ -8,7 +8,6 @@ use stackable_operator::{
8
use stackable_versioned::versioned;
9
10
#[derive(Snafu, Debug)]
11
-#[allow(clippy::enum_variant_names)]
12
pub enum Error {
13
#[snafu(display("{druid_connection} is missing a namespace, this should not happen!"))]
14
NoNamespace { druid_connection: String },
0 commit comments