commit 6002688923ad6fad7bf7f2260b20677991adc5b5 from: witcher date: Wed May 10 19:34:58 2023 UTC Satisfy clippy by deriving `Eq` on `Commands` commit - cf90c1828985902c33a77b63890ae7c5fa66091f commit + 6002688923ad6fad7bf7f2260b20677991adc5b5 blob - 9eb0ac820396ee8e15bbc0c9d6b98f38571417d4 blob + 8342bc13cc914c0f7d6ae2b58ea9150e5672b135 --- src/args.rs +++ src/args.rs @@ -16,7 +16,7 @@ pub struct Arguments { pub command: Commands, } -#[derive(Debug, Clone, PartialEq, Subcommand)] +#[derive(Debug, Clone, PartialEq, Eq, Subcommand)] pub enum Commands { /// Show packages flagged out-of-date. Flagged,