From 214a7779357ab91cbd900a40cb524b76915707c0 Mon Sep 17 00:00:00 2001 From: Michael Chernicoff Date: Tue, 21 May 2024 11:39:13 -0400 Subject: [PATCH] fix: Remove unnecessary Default implementation for hc help --- hipcheck/src/cli.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hipcheck/src/cli.rs b/hipcheck/src/cli.rs index 4fd11412..0ba3662f 100644 --- a/hipcheck/src/cli.rs +++ b/hipcheck/src/cli.rs @@ -78,12 +78,6 @@ pub enum Commands { Schema(SchemaArgs), } -impl Default for Commands { - fn default() -> Commands { - Commands::Help(HelpArgs { command: None }) - } -} - #[derive(Debug, clap::Args)] pub struct CheckArgs { /// print help text