Skip to content

Commit 825c3f1

Browse files
committed
Restore derive(Args) on VerifyArgs dropped by merge conflict resolution
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 3ab98d6 commit 825c3f1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ struct SbomArgs {
312312
output: Option<PathBuf>,
313313
}
314314

315+
#[derive(Args)]
315316
struct VerifyArgs {
316317
/// Verify a local lock file's content address (optionally against `--expect`).
317318
#[arg(long, conflicts_with_all = ["env", "registry"])]

0 commit comments

Comments
 (0)