We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4871ce1 commit 5e0fccbCopy full SHA for 5e0fccb
crates/icp-cli/src/operations/settings.rs
@@ -12,6 +12,7 @@ use snafu::{ResultExt, Snafu};
12
use crate::progress::{ProgressManager, ProgressManagerSettings};
13
14
#[derive(Debug, Snafu)]
15
+#[allow(clippy::enum_variant_names)]
16
pub(crate) enum SyncSettingsOperationError {
17
#[snafu(display("failed to fetch current canister settings for canister {canister}"))]
18
FetchCurrentSettings {
0 commit comments