Resolve clippy error

This was resolved on the processor branch yet not on develop.
This commit is contained in:
Luke Parker 2023-03-13 07:57:45 -04:00
parent 14203bbb46
commit 0e0243639e
No known key found for this signature in database

View file

@ -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