chore: suppress dead_code warning on exit code constants
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
//! which maps them to exit codes and log output.
|
//! which maps them to exit codes and log output.
|
||||||
|
|
||||||
/// Exit codes for the sunbeam CLI.
|
/// Exit codes for the sunbeam CLI.
|
||||||
|
#[allow(dead_code)]
|
||||||
pub mod exit {
|
pub mod exit {
|
||||||
pub const SUCCESS: i32 = 0;
|
pub const SUCCESS: i32 = 0;
|
||||||
pub const GENERAL: i32 = 1;
|
pub const GENERAL: i32 = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user