mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Resolve clippy error
This was resolved on the processor branch yet not on develop.
This commit is contained in:
@@ -9,6 +9,7 @@ pub struct Cli {
|
|||||||
pub run: RunCmd,
|
pub run: RunCmd,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::large_enum_variant)]
|
||||||
#[derive(Debug, clap::Subcommand)]
|
#[derive(Debug, clap::Subcommand)]
|
||||||
pub enum Subcommand {
|
pub enum Subcommand {
|
||||||
// Key management CLI utilities
|
// Key management CLI utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user