mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +00:00
Resolve clippy error
This was resolved on the processor branch yet not on develop.
This commit is contained in:
parent
14203bbb46
commit
0e0243639e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ pub struct Cli {
|
|||
pub run: RunCmd,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug, clap::Subcommand)]
|
||||
pub enum Subcommand {
|
||||
// Key management CLI utilities
|
||||
|
|
Loading…
Reference in a new issue