Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore(src/bin/cib.rs): tell clippy it's OK variants vary in size
Lars Wirzenius committed 1 year ago
commit 96c17ea7aff9d97b100b3710cafddaa0d4f7c869
parent b78b3631a167fecf95f2ea2220a44cf745c569b6
1 file changed +1 -0
modified src/bin/cib.rs
@@ -243,6 +243,7 @@ impl ProcessEventsCmd {
}

#[derive(Debug, thiserror::Error)]
+
#[allow(clippy::large_enum_variant)]
enum CibError {
    #[error("failed to read configuration file {0}")]
    ReadConfig(PathBuf, #[source] ConfigError),