diff --git a/src/error.rs b/src/error.rs index 1a84db2..470774f 100644 --- a/src/error.rs +++ b/src/error.rs @@ -4,6 +4,7 @@ //! which maps them to exit codes and log output. /// Exit codes for the sunbeam CLI. +#[allow(dead_code)] pub mod exit { pub const SUCCESS: i32 = 0; pub const GENERAL: i32 = 1;