Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
cli: Suppress clippy enum variant warning
Browse files Browse the repository at this point in the history
It's not important here.
  • Loading branch information
cgwalters committed Dec 9, 2021
1 parent 204566b commit 63f342c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ struct ImaSignOpts {
#[derive(Debug, StructOpt)]
#[structopt(name = "ostree-ext")]
#[structopt(rename_all = "kebab-case")]
#[allow(clippy::large_enum_variant)]
enum Opt {
/// Import and export to tar
Tar(TarOpts),
Expand Down

0 comments on commit 63f342c

Please sign in to comment.